Skip to main content

SleepyDiscord::BaseEditWebhookParams

More...

Inherits from SleepyDiscord::DiscordObject

Detailed Description​

template <class Type >
struct SleepyDiscord::BaseEditWebhookParams;

Public Functions Documentation​

function std::make_tuple​

JSONStructStart std::make_tuple(
json::pair< json::OptionalTypeHelper > &::, "", ::OPTIONAL_FIELD ,
json::ComplexPair< json::OptionalTypeHelper, json::ContainerTypeHelper >::pair &::, "", ::OPTIONAL_FIELD ,
json::pair &::, "", ::OPTIONAL_FIELD ,
json::ComplexPair< json::OptionalTypeHelper, json::ContainerTypeHelper >::pair &::, "", ::OPTIONAL_FIELD
)

Public Attributes Documentation​

variable content​

tl::optional< std::string > content;

variable embeds​

tl::optional< std::vector< Embed > > embeds;

variable allowedMentions​

AllowedMentions allowedMentions;

variable components​

tl::optional< std::vector< std::shared_ptr< BaseComponent > > > components;

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