From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_input_file.html | 267 ---------------------------------- 1 file changed, 267 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_input_file.html (limited to 'docs/class_tg_bot_1_1_input_file.html') diff --git a/docs/class_tg_bot_1_1_input_file.html b/docs/class_tg_bot_1_1_input_file.html deleted file mode 100644 index 0a5537c..0000000 --- a/docs/class_tg_bot_1_1_input_file.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::InputFile Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- - -
- -

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

- -

#include <InputFile.h>

- - - - -

-Public Types

typedef std::shared_ptr< InputFilePtr
 
- - - - -

-Static Public Member Functions

static InputFile::Ptr fromFile (const std::string &filePath, const std::string &mimeType)
 Creates new InputFile::Ptr from an existing file. More...
 
- - - - - - - - - - -

-Public Attributes

std::string data
 Contents of a file. More...
 
std::string mimeType
 Mime type of a file. More...
 
std::string fileName
 File name. More...
 
-

Detailed Description

-

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

- -

Definition at line 37 of file InputFile.h.

-

Member Typedef Documentation

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

Definition at line 40 of file InputFile.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
static InputFile::Ptr TgBot::InputFile::fromFile (const std::string & filePath,
const std::string & mimeType 
)
-
-static
-
- -

Creates new InputFile::Ptr from an existing file.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::InputFile::data
-
- -

Contents of a file.

- -

Definition at line 45 of file InputFile.h.

- -
-
- -
-
- - - - -
std::string TgBot::InputFile::fileName
-
- -

File name.

- -

Definition at line 55 of file InputFile.h.

- -
-
- -
-
- - - - -
std::string TgBot::InputFile::mimeType
-
- -

Mime type of a file.

- -

Definition at line 50 of file InputFile.h.

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