Elixir v0.2.0 Nostrum.Struct.Embed.Image

Struct representing a Discord embed image.

Summary

Types

Height of the image

URL of image icon

t()

Image text

Width of the image

Types

height()
height() :: integer

Height of the image

proxy_url()
proxy_url() :: String.t

URL of image icon

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

Image text

width()
width() :: integer

Width of the image

Functions

to_struct(map)