Skip to main content

SleepyDiscord::EmbedProvider

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function EmbedProvider​

EmbedProvider() =default

function EmbedProvider​

EmbedProvider(
const json::Value & json
)

function EmbedProvider​

inline EmbedProvider(
const nonstd::string_view & json
)

function empty​

inline bool empty() const

function std::make_tuple​

JSONStructStart std::make_tuple(
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD
)

Public Attributes Documentation​

variable name​

std::string name;

variable url​

std::string url;

Updated on 13 April 2022 at 18:39:59 UTC