From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/da/d17/class_tg_bot_1_1_sticker.html | 252 ++++++++++++++++++++++++++++++ docs/da/d17/class_tg_bot_1_1_sticker.js | 10 ++ 2 files changed, 262 insertions(+) create mode 100644 docs/da/d17/class_tg_bot_1_1_sticker.html create mode 100644 docs/da/d17/class_tg_bot_1_1_sticker.js (limited to 'docs/da/d17') diff --git a/docs/da/d17/class_tg_bot_1_1_sticker.html b/docs/da/d17/class_tg_bot_1_1_sticker.html new file mode 100644 index 0000000..99e40b1 --- /dev/null +++ b/docs/da/d17/class_tg_bot_1_1_sticker.html @@ -0,0 +1,252 @@ + + + + + + + +tgbot-cpp: TgBot::Sticker Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Sticker Class Reference
+
+
+ +

#include <Sticker.h>

+ + + + +

+Public Types

typedef std::shared_ptr< StickerPtr
 
+ + + + + + + + + + + + + +

+Public Attributes

std::string fileId
 
int32_t width
 
int32_t height
 
PhotoSize::Ptr thumb
 
std::string emoji
 
int32_t fileSize
 
+

Detailed Description

+

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

+ +

Definition at line 37 of file Sticker.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 40 of file Sticker.h.

+ +
+
+

Member Data Documentation

+ +

◆ emoji

+ +
+
+ + + + +
std::string TgBot::Sticker::emoji
+
+

Optional. Emoji associated with the sticker

+ +

Definition at line 65 of file Sticker.h.

+ +
+
+ +

◆ fileId

+ +
+
+ + + + +
std::string TgBot::Sticker::fileId
+
+

Unique file identifier.

+ +

Definition at line 45 of file Sticker.h.

+ +
+
+ +

◆ fileSize

+ +
+
+ + + + +
int32_t TgBot::Sticker::fileSize
+
+

Optional. File size.

+ +

Definition at line 70 of file Sticker.h.

+ +
+
+ +

◆ height

+ +
+
+ + + + +
int32_t TgBot::Sticker::height
+
+

Optional. Sticker height.

+ +

Definition at line 55 of file Sticker.h.

+ +
+
+ +

◆ thumb

+ +
+
+ + + + +
PhotoSize::Ptr TgBot::Sticker::thumb
+
+

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

+ +

Definition at line 60 of file Sticker.h.

+ +
+
+ +

◆ width

+ +
+
+ + + + +
int32_t TgBot::Sticker::width
+
+

Optional. Sticker width.

+ +

Definition at line 50 of file Sticker.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/da/d17/class_tg_bot_1_1_sticker.js b/docs/da/d17/class_tg_bot_1_1_sticker.js new file mode 100644 index 0000000..53d30d5 --- /dev/null +++ b/docs/da/d17/class_tg_bot_1_1_sticker.js @@ -0,0 +1,10 @@ +var class_tg_bot_1_1_sticker = +[ + [ "Ptr", "da/d17/class_tg_bot_1_1_sticker.html#a63c460c539e3549bec82850fe30c8fff", null ], + [ "emoji", "da/d17/class_tg_bot_1_1_sticker.html#a91d598b9805292d3956b47d88febe001", null ], + [ "fileId", "da/d17/class_tg_bot_1_1_sticker.html#ace3bb46bbb491c1a9687cd14a37b25d1", null ], + [ "fileSize", "da/d17/class_tg_bot_1_1_sticker.html#a3e6951a3f8400f05dc5e4b4eb24eda1a", null ], + [ "height", "da/d17/class_tg_bot_1_1_sticker.html#a0d0e6098f8a11ab88df19ff64e5e62ce", null ], + [ "thumb", "da/d17/class_tg_bot_1_1_sticker.html#aff8374f6355156deae78e8f934f3aab3", null ], + [ "width", "da/d17/class_tg_bot_1_1_sticker.html#a059e6027de50f618ca5d454cee943fcb", null ] +]; \ No newline at end of file -- cgit v1.2.3