View Source Nostrum.Struct.Embed.Author (Nostrum v0.8.0)

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

@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