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

Data representing a single sticker_data. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::string asset {}
 Asset value for the sticker_data.
 
jsonifier::string description {}
 Description of the sticker_data.
 
sticker_flags flags {}
 Sticker_data flags.
 
sticker_format_type formatType {}
 Format type.
 
snowflake guildId {}
 The guild id for which the sticker_data exists in.
 
jsonifier::string name {}
 The sticker_data's name.
 
uint64_t nsfwLevel {}
 Nsfw warning level.
 
jsonifier::string packId {}
 Pack id of the sticker_data.
 
uint64_t sortValue {}
 Where in the stack of stickers it resides.
 
jsonifier::string tags {}
 Tags for the sticker_data to use.
 
sticker_type type {}
 The type of sticker_data.
 
user_data user {}
 The user_data that uploaded the guild sticker_data.
 

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