Nostrum v0.4.0 Nostrum.Struct.Embed.Footer View Source

Struct representing a Discord embed footer.

Link to this section Summary

Types

URL of footer icon

Proxied URL of footer icon

t()

Footer text

Link to this section Types

Link to this type

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

URL of footer icon

Link to this type

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

Proxied URL of footer icon

Link to this type

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

Footer text