Nostrum.Struct.Embed.Author (Nostrum v0.4.6) View Source
Struct representing a Discord embed author.
Link to this section Summary
Link to this section Types
Specs
icon_url() :: String.t() | nil
URL of the author icon
Specs
name() :: String.t() | nil
Name of the author
Specs
proxy_icon_url() :: String.t() | nil
Proxied URL of author icon
Specs
t() :: %Nostrum.Struct.Embed.Author{
icon_url: icon_url(),
name: name(),
proxy_icon_url: proxy_icon_url(),
url: url()
}
Specs
url() :: String.t() | nil
URL of the author