From 985837f2152383c304d043bd4dc8af23914b112f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 2 Jan 2017 23:05:43 +0300 Subject: Docs --- docs/class_tg_bot_1_1_document.html | 233 ++++++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 docs/class_tg_bot_1_1_document.html (limited to 'docs/class_tg_bot_1_1_document.html') diff --git a/docs/class_tg_bot_1_1_document.html b/docs/class_tg_bot_1_1_document.html new file mode 100644 index 0000000..89f0cce --- /dev/null +++ b/docs/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: +
+
+ + + + -- cgit v1.2.3