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

Struct representing a Discord embed image.

Link to this section Summary

Types

Height of the image

URL of image icon

t()

Image text

Width of the image

Link to this section Types

Link to this type

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

Height of the image

Link to this type

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

URL of image icon

Link to this type

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

Image text

Link to this type

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

Width of the image