|
tgbot-cpp
|
This object represents a sticker set. More...
#include <Types.h>
Public Types | |
| enum class | Type { Regular , Mask , CustomEmoji } |
| using | Ptr = std::shared_ptr<StickerSet> |
Public Attributes | |
| std::string | name { } |
| Sticker set name. | |
| std::string | title { } |
| Sticker set title. | |
| Type | stickerType { } |
| Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji” | |
| std::vector< std::shared_ptr< Sticker > > | stickers { } |
| List of all set stickers. | |
| std::shared_ptr< PhotoSize > | thumbnail { } |
| Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format. | |
| using TgBot::StickerSet::Ptr = std::shared_ptr<StickerSet> |
|
strong |
| std::vector<std::shared_ptr<Sticker> > TgBot::StickerSet::stickers { } |
| Type TgBot::StickerSet::stickerType { } |
| std::shared_ptr<PhotoSize> TgBot::StickerSet::thumbnail { } |
| std::string TgBot::StickerSet::title { } |