tgbot-cpp
|
This object represents a sticker set. More...
#include <StickerSet.h>
Public Types | |
typedef std::shared_ptr< StickerSet > | Ptr |
Public Attributes | |
std::string | name |
Sticker set name. More... | |
std::string | title |
Sticker set title. More... | |
bool | containsMasks = false |
True, if the sticker set contains masks. More... | |
std::vector< Sticker::Ptr > | stickers |
List of all set stickers. More... | |
This object represents a sticker set.
Definition at line 40 of file StickerSet.h.
typedef std::shared_ptr<StickerSet> TgBot::StickerSet::Ptr |
Definition at line 42 of file StickerSet.h.
bool TgBot::StickerSet::containsMasks = false |
True, if the sticker set contains masks.
Definition at line 57 of file StickerSet.h.
std::string TgBot::StickerSet::name |
Sticker set name.
Definition at line 47 of file StickerSet.h.
std::vector<Sticker::Ptr> TgBot::StickerSet::stickers |
List of all set stickers.
Definition at line 62 of file StickerSet.h.
std::string TgBot::StickerSet::title |
Sticker set title.
Definition at line 52 of file StickerSet.h.