Nostrum v0.4.1 Nostrum.Struct.Embed.Thumbnail View Source

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

Link to this type

height() View Source
height() :: integer() | nil

Height of the thumbnail

Link to this type

proxy_url() View Source
proxy_url() :: String.t() | nil

URL of thumbnail icon

Link to this type

t() View Source
t() :: %Nostrum.Struct.Embed.Thumbnail{
  height: height(),
  proxy_url: proxy_url(),
  url: url(),
  width: width()
}

Source URL of the thumbnail

Link to this type

width() View Source
width() :: integer() | nil

Width of the thumbnail