From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d4/d61/class_tg_bot_1_1_document.html | 233 +++++++++++++++++++++++++++++ docs/d4/d61/class_tg_bot_1_1_document.js | 9 ++ 2 files changed, 242 insertions(+) create mode 100644 docs/d4/d61/class_tg_bot_1_1_document.html create mode 100644 docs/d4/d61/class_tg_bot_1_1_document.js (limited to 'docs/d4/d61') diff --git a/docs/d4/d61/class_tg_bot_1_1_document.html b/docs/d4/d61/class_tg_bot_1_1_document.html new file mode 100644 index 0000000..c508b74 --- /dev/null +++ b/docs/d4/d61/class_tg_bot_1_1_document.html @@ -0,0 +1,233 @@ + + + + + + + +tgbot-cpp: TgBot::Document Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Document Class Reference
+
+
+ +

#include <Document.h>

+ + + + +

+Public Types

typedef std::shared_ptr< DocumentPtr
 
+ + + + + + + + + + + +

+Public Attributes

std::string fileId
 
PhotoSize::Ptr thumb
 
std::string fileName
 
std::string mimeType
 
int32_t fileSize
 
+

Detailed Description

+

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

+ +

Definition at line 37 of file Document.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 40 of file Document.h.

+ +
+
+

Member Data Documentation

+ +

◆ fileId

+ +
+
+ + + + +
std::string TgBot::Document::fileId
+
+

Unique file identifier.

+ +

Definition at line 45 of file Document.h.

+ +
+
+ +

◆ fileName

+ +
+
+ + + + +
std::string TgBot::Document::fileName
+
+

Optional. Original filename as defined by sender.

+ +

Definition at line 55 of file Document.h.

+ +
+
+ +

◆ fileSize

+ +
+
+ + + + +
int32_t TgBot::Document::fileSize
+
+

Optional. File size.

+ +

Definition at line 65 of file Document.h.

+ +
+
+ +

◆ mimeType

+ +
+
+ + + + +
std::string TgBot::Document::mimeType
+
+

Optional. MIME type of the file as defined by sender.

+ +

Definition at line 60 of file Document.h.

+ +
+
+ +

◆ thumb

+ +
+
+ + + + +
PhotoSize::Ptr TgBot::Document::thumb
+
+

Optional. Document thumbnail as defined by sender.

+ +

Definition at line 50 of file Document.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d4/d61/class_tg_bot_1_1_document.js b/docs/d4/d61/class_tg_bot_1_1_document.js new file mode 100644 index 0000000..75ee088 --- /dev/null +++ b/docs/d4/d61/class_tg_bot_1_1_document.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_document = +[ + [ "Ptr", "d4/d61/class_tg_bot_1_1_document.html#af311e27c16bf2a1128ee339899face9e", null ], + [ "fileId", "d4/d61/class_tg_bot_1_1_document.html#aa67870c6320092c13154abde7dcdf94c", null ], + [ "fileName", "d4/d61/class_tg_bot_1_1_document.html#a0b36f1611eb0cda45e47c989689456d6", null ], + [ "fileSize", "d4/d61/class_tg_bot_1_1_document.html#a3c9b2dca38059ddd219abab398694bc9", null ], + [ "mimeType", "d4/d61/class_tg_bot_1_1_document.html#ac95f48d00ace3b28c97c4bfc1e3e592b", null ], + [ "thumb", "d4/d61/class_tg_bot_1_1_document.html#a21a156d86da82dcb636fba01a3ef351f", null ] +]; \ No newline at end of file -- cgit v1.2.3