From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d0/d38/class_tg_bot_1_1_input_file.html | 195 +++++++++++++++++++++++++++ docs/d0/d38/class_tg_bot_1_1_input_file.js | 7 + 2 files changed, 202 insertions(+) create mode 100644 docs/d0/d38/class_tg_bot_1_1_input_file.html create mode 100644 docs/d0/d38/class_tg_bot_1_1_input_file.js (limited to 'docs/d0/d38') diff --git a/docs/d0/d38/class_tg_bot_1_1_input_file.html b/docs/d0/d38/class_tg_bot_1_1_input_file.html new file mode 100644 index 0000000..ff6de93 --- /dev/null +++ b/docs/d0/d38/class_tg_bot_1_1_input_file.html @@ -0,0 +1,195 @@ + + + + + + + +tgbot-cpp: TgBot::InputFile Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InputFile Class Reference
+
+
+ +

#include <InputFile.h>

+ + + + +

+Public Types

typedef std::shared_ptr< InputFilePtr
 
+ + + + + + + +

+Public Attributes

std::string data
 
std::string mimeType
 
std::string fileName
 
+

Detailed Description

+

This object represents the contents of a file to be uploaded.

+ +

Definition at line 36 of file InputFile.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 39 of file InputFile.h.

+ +
+
+

Member Data Documentation

+ +

◆ data

+ +
+
+ + + + +
std::string TgBot::InputFile::data
+
+

Contents of a file.

+ +

Definition at line 44 of file InputFile.h.

+ +
+
+ +

◆ fileName

+ +
+
+ + + + +
std::string TgBot::InputFile::fileName
+
+

File name.

+ +

Definition at line 54 of file InputFile.h.

+ +
+
+ +

◆ mimeType

+ +
+
+ + + + +
std::string TgBot::InputFile::mimeType
+
+

Mime type of a file.

+ +

Definition at line 49 of file InputFile.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d0/d38/class_tg_bot_1_1_input_file.js b/docs/d0/d38/class_tg_bot_1_1_input_file.js new file mode 100644 index 0000000..ad39cc5 --- /dev/null +++ b/docs/d0/d38/class_tg_bot_1_1_input_file.js @@ -0,0 +1,7 @@ +var class_tg_bot_1_1_input_file = +[ + [ "Ptr", "d0/d38/class_tg_bot_1_1_input_file.html#a9b1b7a8f913d9c4d4a389d9a4353d94f", null ], + [ "data", "d0/d38/class_tg_bot_1_1_input_file.html#a1633c8f4a40274f53ee6aed3ecd42ef7", null ], + [ "fileName", "d0/d38/class_tg_bot_1_1_input_file.html#a47c113dd1cb4678d7ab14f1f033a5b1d", null ], + [ "mimeType", "d0/d38/class_tg_bot_1_1_input_file.html#a02575330b4deaa9d2cab5ebd8d8e2e5e", null ] +]; \ No newline at end of file -- cgit v1.2.3