From ce9bcf9d653a0598b41fcf52708d01b396c6fd30 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 27 May 2018 22:44:51 +0300 Subject: Update README.md and docs --- docs/class_tg_bot_1_1_chat_photo.html | 176 ++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create 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 new file mode 100644 index 0000000..8248aee --- /dev/null +++ b/docs/class_tg_bot_1_1_chat_photo.html @@ -0,0 +1,176 @@ + + + + + + + +tgbot-cpp: TgBot::ChatPhoto Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ChatPhoto Class Reference
+
+
+ +

#include <ChatPhoto.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ChatPhotoPtr
 
+ + + + + +

+Public Attributes

std::string smallFileId
 
std::string bigFileId
 
+

Detailed Description

+

This object represents a chat photo.

+ +

Definition at line 36 of file ChatPhoto.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 38 of file ChatPhoto.h.

+ +
+
+

Member Data Documentation

+ +

◆ bigFileId

+ +
+
+ + + + +
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.

+ +
+
+ +

◆ smallFileId

+ +
+
+ + + + +
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