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

A single Sticker. More...

#include <FoundationEntities.hpp>

Inheritance diagram for DiscordCoreAPI::Sticker:
[legend]

Additional Inherited Members

- Public Data Members inherited from DiscordCoreAPI::StickerData
std::string asset {}
 Asset value for the Sticker.
 
std::string description {}
 Description of the Sticker.
 
StickerFlags flags {}
 Sticker flags.
 
StickerFormatType formatType {}
 Format type.
 
Snowflake guildId {}
 The Guild id for which the Sticker exists in.
 
std::string name {}
 The Sticker's name.
 
int32_t nsfwLevel {}
 NSFW warning level.
 
std::string packId {}
 Pack id of the Sticker.
 
int32_t sortValue {}
 Where in the stack of stickers it resides.
 
std::string tags {}
 Tags for the Sticker to use.
 
StickerType type {}
 The type of Sticker.
 
UserData user {}
 The User that uploaded the Guild Sticker.
 
- Public Data Members inherited from DiscordCoreAPI::DiscordEntity
Snowflake id {}
 The identifier "snowflake" of the given entity.
 

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