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

View Source

Struct representing a Discord embed provider.

Summary

Types

Name of the provider

t()

URL of provider

Types

name()

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

Name of the provider

t()

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

url()

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

URL of provider