From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_sticker.html | 318 ------------------------------------- 1 file changed, 318 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_sticker.html (limited to 'docs/class_tg_bot_1_1_sticker.html') diff --git a/docs/class_tg_bot_1_1_sticker.html b/docs/class_tg_bot_1_1_sticker.html deleted file mode 100644 index bd6c69d..0000000 --- a/docs/class_tg_bot_1_1_sticker.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::Sticker Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Sticker Class Reference
-
-
- -

This object represents a general file (as opposed to photos and audio files). - More...

- -

#include <Sticker.h>

- - - - -

-Public Types

typedef std::shared_ptr< StickerPtr
 
- - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique file identifier. More...
 
int32_t width
 Optional. Sticker width. More...
 
int32_t height
 Optional. Sticker height. More...
 
PhotoSize::Ptr thumb
 Optional. Optional. Sticker thumbnail in .webp or .jpg format. More...
 
std::string emoji
 Optional. Emoji associated with the sticker. More...
 
std::string setName
 Optional. Name of the sticker set to which the sticker belongs. More...
 
MaskPosition::Ptr maskPosition
 Optional. For mask stickers, the position where the mask should be placed. More...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

This object represents a general file (as opposed to photos and audio files).

- -

Definition at line 39 of file Sticker.h.

-

Member Typedef Documentation

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

Definition at line 42 of file Sticker.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::Sticker::emoji
-
- -

Optional. Emoji associated with the sticker.

- -

Definition at line 67 of file Sticker.h.

- -
-
- -
-
- - - - -
std::string TgBot::Sticker::fileId
-
- -

Unique file identifier.

- -

Definition at line 47 of file Sticker.h.

- -
-
- -
-
- - - - -
int32_t TgBot::Sticker::fileSize
-
- -

Optional. File size.

- -

Definition at line 82 of file Sticker.h.

- -
-
- -
-
- - - - -
int32_t TgBot::Sticker::height
-
- -

Optional. Sticker height.

- -

Definition at line 57 of file Sticker.h.

- -
-
- -
-
- - - - -
MaskPosition::Ptr TgBot::Sticker::maskPosition
-
- -

Optional. For mask stickers, the position where the mask should be placed.

- -

Definition at line 77 of file Sticker.h.

- -
-
- -
-
- - - - -
std::string TgBot::Sticker::setName
-
- -

Optional. Name of the sticker set to which the sticker belongs.

- -

Definition at line 72 of file Sticker.h.

- -
-
- -
-
- - - - -
PhotoSize::Ptr TgBot::Sticker::thumb
-
- -

Optional. Optional. Sticker thumbnail in .webp or .jpg format.

- -

Definition at line 62 of file Sticker.h.

- -
-
- -
-
- - - - -
int32_t TgBot::Sticker::width
-
- -

Optional. Sticker width.

- -

Definition at line 52 of file Sticker.h.

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