View Source Nostrum.Struct.Embed.Thumbnail (Nostrum v0.8.0)

Struct representing a Discord embed thumbnail.

Link to this section Summary

Types

Height of the thumbnail

URL of thumbnail icon

t()

Source URL of the thumbnail

Width of the thumbnail

Link to this section Types

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

Height of the thumbnail

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

URL of thumbnail icon

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

Source URL of the thumbnail

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

Width of the thumbnail