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