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_chat_photo.html | 204 ---------------------------------- 1 file changed, 204 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_chat_photo.html (limited to 'docs/class_tg_bot_1_1_chat_photo.html') diff --git a/docs/class_tg_bot_1_1_chat_photo.html b/docs/class_tg_bot_1_1_chat_photo.html deleted file mode 100644 index f0231fc..0000000 --- a/docs/class_tg_bot_1_1_chat_photo.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::ChatPhoto Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::ChatPhoto Class Reference
-
-
- -

This object represents a chat photo. - More...

- -

#include <ChatPhoto.h>

- - - - -

-Public Types

typedef std::shared_ptr< ChatPhotoPtr
 
- - - - - - - -

-Public Attributes

std::string smallFileId
 Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download. More...
 
std::string bigFileId
 Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download. More...
 
-

Detailed Description

-

This object represents a chat photo.

- -

Definition at line 36 of file ChatPhoto.h.

-

Member Typedef Documentation

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

Definition at line 38 of file ChatPhoto.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::ChatPhoto::bigFileId
-
- -

Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.

- -

Definition at line 48 of file ChatPhoto.h.

- -
-
- -
-
- - - - -
std::string TgBot::ChatPhoto::smallFileId
-
- -

Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.

- -

Definition at line 43 of file ChatPhoto.h.

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