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

Struct representing a Discord embed thumbnail.

Summary

Types

Height of the thumbnail

URL of thumbnail icon

t()

Source URL of the thumbnail

Width of the thumbnail

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