Nostrum.Struct.Embed.Author (nostrum v0.11.0-dev)

View Source

Struct representing a Discord embed author.

Summary

Types

URL of the author icon

Name of the author

Proxied URL of author icon

t()

URL of the author

Types

icon_url()

@type icon_url() :: String.t() | nil

URL of the author icon

name()

@type name() :: String.t() | nil

Name of the author

proxy_icon_url()

@type proxy_icon_url() :: String.t() | nil

Proxied URL of author icon

t()

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

url()

@type url() :: String.t() | nil

URL of the author