Elixir v0.2.0 Nostrum.Struct.Embed.Footer

Struct representing a Discord embed footer.

Summary

Types

URL of footer icon

Proxied URL of footer icon

t()

Footer text

Types

icon_url()
icon_url() :: String.t

URL of footer icon

proxy_icon_url()
proxy_icon_url() :: String.t

Proxied URL of footer icon

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

Footer text

Functions

to_struct(map)