Nostrum v0.4.1 Nostrum.Struct.Embed.Video View Source

Struct representing a Discord embed video.

Link to this section Summary

Types

Height of the video

t()

Source URL of the video

Width of the video

Link to this section Types

Link to this type

height() View Source
height() :: integer() | nil

Height of the video

Link to this type

t() View Source
t() :: %Nostrum.Struct.Embed.Video{
  height: height(),
  url: url(),
  width: width()
}

Source URL of the video

Link to this type

width() View Source
width() :: integer() | nil

Width of the video