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