Nostrum.Struct.Embed.Footer (nostrum v0.11.0-dev)

View Source

Struct representing a Discord embed footer.

Summary

Types

URL of footer icon

Proxied URL of footer icon

t()

Footer text

Types

icon_url()

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

URL of footer icon

proxy_icon_url()

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

Proxied URL of footer icon

t()

@type t() :: %Nostrum.Struct.Embed.Footer{
  icon_url: icon_url(),
  proxy_icon_url: proxy_icon_url(),
  text: text()
}

text()

@type text() :: String.t()

Footer text