Nostrum.Struct.Embed.Video (nostrum v0.11.0-dev)

View Source

Struct representing a Discord embed video.

Summary

Types

Height of the video

t()

Source URL of the video

Width of the video

Types

height()

@type height() :: integer() | nil

Height of the video

t()

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

url()

@type url() :: String.t() | nil

Source URL of the video

width()

@type width() :: integer() | nil

Width of the video