Struct representing a Discord embed video.
Height of the video
Source URL of the video
Width of the video
@type height() :: integer() | nil
@type t() :: %Nostrum.Struct.Embed.Video{height: height(), url: url(), width: width()}
@type url() :: String.t() | nil
@type width() :: integer() | nil