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

Struct representing a Discord embed provider.

Link to this section Summary

Types

Name of the provider

t()

URL of provider

Link to this section Types

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

Name of the provider

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

URL of provider