![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For creating a single Sticker. More...
#include <StickerEntities.hpp>
Public Data Members | |
std::string | description {} |
Description of the Sticker. | |
std::string | file {} |
The sticker file to upload, must be a Png, Apng, or Lottie JSON file, max 500 KB. | |
Snowflake | guildId {} |
The Guild within which to create the Sticker. | |
std::string | name {} |
Name of the Sticker. | |
std::string | reason {} |
The reason for creating the Sticker. | |
std::string | tags {} |
Autocomplete / suggestion tags for the sticker(max 200 characters). | |