From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_sticker_set.html | 225 --------------------------------- 1 file changed, 225 deletions(-) delete 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 deleted file mode 100644 index 31a585e..0000000 --- a/docs/class_tg_bot_1_1_sticker_set.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - -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

- -

◆ Ptr

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

Definition at line 42 of file StickerSet.h.

- -
-
-

Member Data Documentation

- -

◆ containsMasks

- -
-
- - - - -
bool TgBot::StickerSet::containsMasks = false
-
- -

True, if the sticker set contains masks.

- -

Definition at line 57 of file StickerSet.h.

- -
-
- -

◆ name

- -
-
- - - - -
std::string TgBot::StickerSet::name
-
- -

Sticker set name.

- -

Definition at line 47 of file StickerSet.h.

- -
-
- -

◆ stickers

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

List of all set stickers.

- -

Definition at line 62 of file StickerSet.h.

- -
-
- -

◆ title

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