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