From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/de/d9f/class_tg_bot_1_1_photo_size.html | 214 +++++++++++++++++++++++++++ docs/de/d9f/class_tg_bot_1_1_photo_size.js | 8 + 2 files changed, 222 insertions(+) create mode 100644 docs/de/d9f/class_tg_bot_1_1_photo_size.html create mode 100644 docs/de/d9f/class_tg_bot_1_1_photo_size.js (limited to 'docs/de/d9f') diff --git a/docs/de/d9f/class_tg_bot_1_1_photo_size.html b/docs/de/d9f/class_tg_bot_1_1_photo_size.html new file mode 100644 index 0000000..974b47e --- /dev/null +++ b/docs/de/d9f/class_tg_bot_1_1_photo_size.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::PhotoSize Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::PhotoSize Class Reference
+
+
+ +

#include <PhotoSize.h>

+ + + + +

+Public Types

typedef std::shared_ptr< PhotoSizePtr
 
+ + + + + + + + + +

+Public Attributes

std::string fileId
 
int32_t width
 
int32_t height
 
int32_t fileSize
 
+

Detailed Description

+

This object represents one size of a photo or a file / sticker thumbnail.

+ +

Definition at line 35 of file PhotoSize.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 38 of file PhotoSize.h.

+ +
+
+

Member Data Documentation

+ +

◆ fileId

+ +
+
+ + + + +
std::string TgBot::PhotoSize::fileId
+
+

Unique identifier for this file.

+ +

Definition at line 43 of file PhotoSize.h.

+ +
+
+ +

◆ fileSize

+ +
+
+ + + + +
int32_t TgBot::PhotoSize::fileSize
+
+

Optional. File size.

+ +

Definition at line 58 of file PhotoSize.h.

+ +
+
+ +

◆ height

+ +
+
+ + + + +
int32_t TgBot::PhotoSize::height
+
+

Photo height.

+ +

Definition at line 53 of file PhotoSize.h.

+ +
+
+ +

◆ width

+ +
+
+ + + + +
int32_t TgBot::PhotoSize::width
+
+

Photo width.

+ +

Definition at line 48 of file PhotoSize.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/de/d9f/class_tg_bot_1_1_photo_size.js b/docs/de/d9f/class_tg_bot_1_1_photo_size.js new file mode 100644 index 0000000..3ff99aa --- /dev/null +++ b/docs/de/d9f/class_tg_bot_1_1_photo_size.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_photo_size = +[ + [ "Ptr", "de/d9f/class_tg_bot_1_1_photo_size.html#a05f58e05528a02e6bc98b67a81e8ae83", null ], + [ "fileId", "de/d9f/class_tg_bot_1_1_photo_size.html#af3ffb8066db943a59156eb22e976165e", null ], + [ "fileSize", "de/d9f/class_tg_bot_1_1_photo_size.html#a91aae4c1b5d7c3b5e16e8677702464b4", null ], + [ "height", "de/d9f/class_tg_bot_1_1_photo_size.html#a66dd9388e08330829fcae843f09e0ec6", null ], + [ "width", "de/d9f/class_tg_bot_1_1_photo_size.html#a7259a178989557450d9732281d23099f", null ] +]; \ No newline at end of file -- cgit v1.2.3