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

Struct representing a Discord embed provider.

Summary

Types

Name of the provider

t()

URL of provider

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