Elixir v0.2.0 Nostrum.Struct.Embed.Thumbnail

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

height()
height() :: integer

Height of the thumbnail

proxy_url()
proxy_url() :: String.t

URL of thumbnail icon

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

Source URL of the thumbnail

width()
width() :: integer

Width of the thumbnail

Functions

to_struct(map)