View Source Nostrum.Struct.Embed.Image (Nostrum v0.9.0)

Struct representing a Discord embed image.

Summary

Types

Height of the image

URL of image icon

t()

Image text

Width of the image

Types

@type height() :: integer() | nil

Height of the image

@type proxy_url() :: String.t() | nil

URL of image icon

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

Image text

@type width() :: integer() | nil

Width of the image