tgbot-cpp
TgBot::StickerSet Class Reference

#include <StickerSet.h>

Public Types

typedef std::shared_ptr< StickerSetPtr
 

Public Attributes

std::string name
 
std::string title
 
bool containsMasks = false
 
std::vector< Sticker::Ptrstickers
 

Detailed Description

This object represents a sticker set.

Definition at line 39 of file StickerSet.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<StickerSet> TgBot::StickerSet::Ptr

Definition at line 41 of file StickerSet.h.

Member Data Documentation

◆ containsMasks

bool TgBot::StickerSet::containsMasks = false

True, if the sticker set contains masks.

Definition at line 56 of file StickerSet.h.

◆ name

std::string TgBot::StickerSet::name

Sticker set name.

Definition at line 46 of file StickerSet.h.

◆ stickers

std::vector<Sticker::Ptr> TgBot::StickerSet::stickers

List of all set stickers.

Definition at line 61 of file StickerSet.h.

◆ title

std::string TgBot::StickerSet::title

Sticker set title.

Definition at line 51 of file StickerSet.h.


The documentation for this class was generated from the following file: