![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Represents a Sticker pack. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::string | bannerAssetId {} |
Id of the Sticker pack's banner image. | |
std::string | coverStickerId {} |
Id of a Sticker in the pack which is shown as the pack's icon. | |
std::string | description {} |
Description of the Sticker pack. | |
Snowflake | Id {} |
Id of the Sticker pack. | |
std::string | name {} |
Name of the Sticker pack. | |
std::string | skuId {} |
Id of the pack's SKU. | |
std::vector< StickerData > | stickers {} |
Array of Sticker objects the stickers in the pack. | |