From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_sticker_set.html | 242 +++++++++++++++++++++++++++++++++ 1 file changed, 242 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..1704498 --- /dev/null +++ b/docs/class_tg_bot_1_1_sticker_set.html @@ -0,0 +1,242 @@ + + + + + + +tgbot-cpp: TgBot::StickerSet Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::StickerSet Class Reference
+
+
+ +

This object represents a sticker set. + More...

+ +

#include <StickerSet.h>

+ + + + +

+Public Types

typedef std::shared_ptr< StickerSetPtr
 
+ + + + + + + + + + + + + +

+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::Ptrstickers
 List of all set stickers. More...
 
+

Detailed Description

+

This object represents a sticker set.

+ +

Definition at line 40 of file StickerSet.h.

+

Member Typedef Documentation

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

Definition at line 42 of file StickerSet.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
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.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3