Elixir v0.2.0 Nostrum.Struct.Embed.Provider

Struct representing a Discord embed provider.

Summary

Types

Name of the provider

t()

URL of provider

Types

name()
name() :: String.t

Name of the provider

t()
t() :: %Nostrum.Struct.Embed.Provider{name: name, url: url}
url()
url() :: String.t

URL of provider

Functions

to_struct(map)