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

Represents a sticker_data pack. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::string bannerAssetId {}
 snowflake of the sticker_data pack's banner image.
 
jsonifier::string coverStickerId {}
 snowflake of a sticker_data in the pack which is shown as the pack's icon.
 
jsonifier::string description {}
 Description of the sticker_data pack.
 
snowflake id {}
 snowflake of the sticker_data pack.
 
jsonifier::string name {}
 Name of the sticker_data pack.
 
jsonifier::string skuId {}
 snowflake of the pack's sku.
 
jsonifier::vector< sticker_datastickers {}
 Array of sticker_data objects the stickers in the pack.
 

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