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_input_file.html | 250 ---------------------------------- 1 file changed, 250 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 215bb96..0000000 --- a/docs/class_tg_bot_1_1_input_file.html +++ /dev/null @@ -1,250 +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

- -

◆ Ptr

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

Definition at line 40 of file InputFile.h.

- -
-
-

Member Function Documentation

- -

◆ fromFile()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
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

- -

◆ data

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

Contents of a file.

- -

Definition at line 45 of file InputFile.h.

- -
-
- -

◆ fileName

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

File name.

- -

Definition at line 55 of file InputFile.h.

- -
-
- -

◆ mimeType

- -
-
- - - - -
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