From ce9bcf9d653a0598b41fcf52708d01b396c6fd30 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 27 May 2018 22:44:51 +0300 Subject: Update README.md and docs --- docs/class_tg_bot_1_1_sticker_set.html | 214 +++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 docs/class_tg_bot_1_1_sticker_set.html (limited to 'docs/class_tg_bot_1_1_sticker_set.html') diff --git a/docs/class_tg_bot_1_1_sticker_set.html b/docs/class_tg_bot_1_1_sticker_set.html new file mode 100644 index 0000000..07503ae --- /dev/null +++ b/docs/class_tg_bot_1_1_sticker_set.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::StickerSet Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
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: +
+
+ + + + -- cgit v1.2.3