Nostrum v0.4.1 Nostrum.Struct.Embed.Author View Source

Struct representing a Discord embed author.

Link to this section Summary

Types

URL of the author icon

Name of the author

Proxied URL of author icon

t()

URL of the author

Link to this section Types

Link to this type

icon_url() View Source
icon_url() :: String.t() | nil

URL of the author icon

Name of the author

Link to this type

proxy_icon_url() View Source
proxy_icon_url() :: String.t() | nil

Proxied URL of author icon

Link to this type

t() View Source
t() :: %Nostrum.Struct.Embed.Author{
  icon_url: icon_url(),
  name: name(),
  proxy_icon_url: proxy_icon_url(),
  url: url()
}

URL of the author