From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/de/d9f/class_tg_bot_1_1_photo_size.html delete 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 deleted file mode 100644 index 974b47e..0000000 --- a/docs/de/d9f/class_tg_bot_1_1_photo_size.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 3ff99aa..0000000 --- a/docs/de/d9f/class_tg_bot_1_1_photo_size.js +++ /dev/null @@ -1,8 +0,0 @@ -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