Skip to main content

SleepyDiscord::EmbedAuthor

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function EmbedAuthor​

EmbedAuthor() =default

function EmbedAuthor​

EmbedAuthor(
const json::Value & json
)

function EmbedAuthor​

inline EmbedAuthor(
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 ,
json::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD
)

Public Attributes Documentation​

variable name​

std::string name;

variable url​

std::string url;

variable iconUrl​

std::string iconUrl;

variable proxyIconUrl​

std::string proxyIconUrl;

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