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