tgbot-cpp
|
This object represents a sticker set. More...
#include <StickerSet.h>
Public Types | |
enum class | Type { Regular , Mask , CustomEmoji } |
Enum of possible types of a sticker. More... | |
typedef std::shared_ptr< StickerSet > | Ptr |
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 Type::Regular, Type::Mask, Type::CustomEmojiā | |
std::vector< Sticker::Ptr > | stickers |
List of all set stickers. | |
PhotoSize::Ptr | thumbnail |
Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format. | |
This object represents a sticker set.
Definition at line 18 of file StickerSet.h.
typedef std::shared_ptr<StickerSet> TgBot::StickerSet::Ptr |
Definition at line 21 of file StickerSet.h.
|
strong |
Enum of possible types of a sticker.
Enumerator | |
---|---|
Regular | |
Mask | |
CustomEmoji |
Definition at line 26 of file StickerSet.h.
std::string TgBot::StickerSet::name |
Sticker set name.
Definition at line 33 of file StickerSet.h.
std::vector<Sticker::Ptr> TgBot::StickerSet::stickers |
List of all set stickers.
Definition at line 48 of file StickerSet.h.
Type TgBot::StickerSet::stickerType |
Type of stickers in the set, currently one of Type::Regular, Type::Mask, Type::CustomEmojiā
Definition at line 43 of file StickerSet.h.
PhotoSize::Ptr TgBot::StickerSet::thumbnail |
Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.
Definition at line 53 of file StickerSet.h.
std::string TgBot::StickerSet::title |
Sticker set title.
Definition at line 38 of file StickerSet.h.