24 #ifndef TGBOT_STICKERSET_H 25 #define TGBOT_STICKERSET_H 42 typedef std::shared_ptr<StickerSet>
Ptr;
66 #endif //TGBOT_STICKERSET_H std::shared_ptr< StickerSet > Ptr
std::string title
Sticker set title.
std::vector< Sticker::Ptr > stickers
List of all set stickers.
std::string name
Sticker set name.
bool containsMasks
True, if the sticker set contains masks.
This object represents a sticker set.