From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d4/d61/class_tg_bot_1_1_document.html delete 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 deleted file mode 100644 index c508b74..0000000 --- a/docs/d4/d61/class_tg_bot_1_1_document.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 75ee088..0000000 --- a/docs/d4/d61/class_tg_bot_1_1_document.js +++ /dev/null @@ -1,9 +0,0 @@ -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