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

Struct representing a Discord embed footer.

Summary

Types

URL of footer icon

Proxied URL of footer icon

t()

Footer text

Types

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

URL of footer icon

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

Proxied URL of footer icon

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

Footer text