![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
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). | |