1#ifndef TGBOT_STICKERSET_H
2#define TGBOT_STICKERSET_H
21 typedef std::shared_ptr<StickerSet>
Ptr;
std::shared_ptr< PhotoSize > Ptr
This object represents a sticker set.
std::vector< Sticker::Ptr > stickers
List of all set stickers.
std::string name
Sticker set name.
Type
Enum of possible types of a sticker.
PhotoSize::Ptr thumbnail
Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.
Type stickerType
Type of stickers in the set, currently one of Type::Regular, Type::Mask, Type::CustomEmojiā
std::shared_ptr< StickerSet > Ptr
std::string title
Sticker set title.