D++ (DPP)
C++ Discord API Bot Library
dpp::sticker_pack Struct Reference

Represents a sticker pack (the built in groups of stickers that all nitro users get to use) More...

#include <message.h>

+ Collaboration diagram for dpp::sticker_pack:

Public Member Functions

 sticker_pack ()
 Construct a new sticker pack object. More...
 
sticker_packfill_from_json (nlohmann::json *j)
 
std::string build_json (bool with_id=true) const
 

Public Attributes

snowflake id
 id of the sticker pack More...
 
std::map< snowflake, stickerstickers
 the stickers in the pack More...
 
std::string name
 name of the sticker pack More...
 
snowflake sku_id
 id of the pack's SKU More...
 
snowflake cover_sticker_id
 Optional: id of a sticker in the pack which is shown as the pack's icon. More...
 
std::string description
 description of the sticker pack More...
 
snowflake banner_asset_id
 id of the sticker pack's banner image More...
 

Detailed Description

Represents a sticker pack (the built in groups of stickers that all nitro users get to use)

Constructor & Destructor Documentation

◆ sticker_pack()

dpp::sticker_pack::sticker_pack ( )

Construct a new sticker pack object.

Member Function Documentation

◆ build_json()

std::string dpp::sticker_pack::build_json ( bool  with_id = true) const

Build JSON from this object.

Parameters
with_idTrue if the ID is to be set in the JSON structure
Returns
The JSON text of the invite

◆ fill_from_json()

sticker_pack & dpp::sticker_pack::fill_from_json ( nlohmann::json j)

Read class values from json object

Parameters
jA json object to read from
Returns
A reference to self

Member Data Documentation

◆ banner_asset_id

snowflake dpp::sticker_pack::banner_asset_id

id of the sticker pack's banner image

◆ cover_sticker_id

snowflake dpp::sticker_pack::cover_sticker_id

Optional: id of a sticker in the pack which is shown as the pack's icon.

◆ description

std::string dpp::sticker_pack::description

description of the sticker pack

◆ id

snowflake dpp::sticker_pack::id

id of the sticker pack

◆ name

std::string dpp::sticker_pack::name

name of the sticker pack

◆ sku_id

snowflake dpp::sticker_pack::sku_id

id of the pack's SKU

◆ stickers

std::map<snowflake, sticker> dpp::sticker_pack::stickers

the stickers in the pack

D++ Library version 10.0.29D++ Library version 10.0.28D++ Library version 10.0.27D++ Library version 10.0.26D++ Library version 10.0.25D++ Library version 10.0.24D++ Library version 10.0.23D++ Library version 10.0.22D++ Library version 10.0.21D++ Library version 10.0.20D++ Library version 10.0.19D++ Library version 10.0.18D++ Library version 10.0.17D++ Library version 10.0.16D++ Library version 10.0.15D++ Library version 10.0.14D++ Library version 10.0.13D++ Library version 10.0.12D++ Library version 10.0.11D++ Library version 10.0.10D++ Library version 10.0.9D++ Library version 10.0.8D++ Library version 10.0.7D++ Library version 10.0.6D++ Library version 10.0.5D++ Library version 10.0.4D++ Library version 10.0.3D++ Library version 10.0.2D++ Library version 10.0.1D++ Library version 10.0.0D++ Library version 9.0.19D++ Library version 9.0.18D++ Library version 9.0.17D++ Library version 9.0.16D++ Library version 9.0.15D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0