tgbot-cpp
|
#include <StickerSet.h>
Public Types | |
typedef std::shared_ptr< StickerSet > | Ptr |
Public Attributes | |
std::string | name |
std::string | title |
bool | containsMasks = false |
std::vector< Sticker::Ptr > | stickers |
This object represents a sticker set.
Definition at line 39 of file StickerSet.h.
typedef std::shared_ptr<StickerSet> TgBot::StickerSet::Ptr |
Definition at line 41 of file StickerSet.h.
bool TgBot::StickerSet::containsMasks = false |
True, if the sticker set contains masks.
Definition at line 56 of file StickerSet.h.
std::string TgBot::StickerSet::name |
Sticker set name.
Definition at line 46 of file StickerSet.h.
std::vector<Sticker::Ptr> TgBot::StickerSet::stickers |
List of all set stickers.
Definition at line 61 of file StickerSet.h.
std::string TgBot::StickerSet::title |
Sticker set title.
Definition at line 51 of file StickerSet.h.