DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
DiscordCoreAPI::ModifyGuildStickerData Struct Reference

For modifying a single StickerData. More...

#include <StickerEntities.hpp>

Public Data Members

std::string description {}
 Description of the StickerData.
 
Snowflake guildId {}
 The Guild within which to modify the StickerData.
 
std::string name {}
 Name of the StickerData.
 
std::string reason {}
 The reason for modifying the StickerData.
 
Snowflake stickerId {}
 The StickerData you wish to modify.
 
std::string tags {}
 Autocomplete / suggestion tags for the sticker(max 200 characters).
 

The documentation for this struct was generated from the following file: