Skip to main content

SleepyDiscord::EmbedFooter

Inherits from SleepyDiscord::DiscordObject

Public Functions Documentation​

function EmbedFooter​

EmbedFooter() =default

function EmbedFooter​

EmbedFooter(
const json::Value & json
)

function EmbedFooter​

inline EmbedFooter(
const nonstd::string_view & json
)

function empty​

inline bool empty() const

function std::make_tuple​

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

Public Attributes Documentation​

variable text​

std::string text;

variable iconUrl​

std::string iconUrl;

variable proxyIconUrl​

std::string proxyIconUrl;

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