Elixir v0.2.0 Nostrum.Struct.Embed.Video

Struct representing a Discord embed video.

Summary

Types

Height of the video

t()

Source URL of the video

Width of the video

Types

height()
height() :: integer

Height of the video

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

Source URL of the video

width()
width() :: integer

Width of the video

Functions

to_struct(map)