Elixir v0.2.0 Nostrum.Struct.Embed.Author

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()
icon_url() :: String.t

URL of the author icon

name()
name() :: String.t

Name of the author

proxy_icon_url()
proxy_icon_url() :: String.t

Proxied URL of author icon

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

URL of the author

Functions

to_struct(map)