From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d0/d38/class_tg_bot_1_1_input_file.html delete 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 deleted file mode 100644 index ff6de93..0000000 --- a/docs/d0/d38/class_tg_bot_1_1_input_file.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index ad39cc5..0000000 --- a/docs/d0/d38/class_tg_bot_1_1_input_file.js +++ /dev/null @@ -1,7 +0,0 @@ -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