From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_document.html | 246 ------------------------------------ 1 file changed, 246 deletions(-) delete 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 deleted file mode 100644 index 7c4ff2d..0000000 --- a/docs/class_tg_bot_1_1_document.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Document Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Document Class Reference
-
-
- -

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

- -

#include <Document.h>

- - - - -

-Public Types

typedef std::shared_ptr< DocumentPtr
 
- - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique file identifier. More...
 
PhotoSize::Ptr thumb
 Optional. Document thumbnail as defined by sender. More...
 
std::string fileName
 Optional. Original filename as defined by sender. More...
 
std::string mimeType
 Optional. MIME type of the file as defined by sender. More...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

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

- -

Definition at line 38 of file Document.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 41 of file Document.h.

- -
-
-

Member Data Documentation

- -

◆ fileId

- -
-
- - - - -
std::string TgBot::Document::fileId
-
- -

Unique file identifier.

- -

Definition at line 46 of file Document.h.

- -
-
- -

◆ fileName

- -
-
- - - - -
std::string TgBot::Document::fileName
-
- -

Optional. Original filename as defined by sender.

- -

Definition at line 56 of file Document.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::Document::fileSize
-
- -

Optional. File size.

- -

Definition at line 66 of file Document.h.

- -
-
- -

◆ mimeType

- -
-
- - - - -
std::string TgBot::Document::mimeType
-
- -

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

- -

Definition at line 61 of file Document.h.

- -
-
- -

◆ thumb

- -
-
- - - - -
PhotoSize::Ptr TgBot::Document::thumb
-
- -

Optional. Document thumbnail as defined by sender.

- -

Definition at line 51 of file Document.h.

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