View Source Nostrum.Struct.Embed.Video (Nostrum v0.9.0)

Struct representing a Discord embed video.

Summary

Types

Height of the video

t()

Source URL of the video

Width of the video

Types

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

Height of the video

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

Source URL of the video

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

Width of the video