From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/class_tg_bot_1_1_input_file.html | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (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 index 1e124ac..215bb96 100644 --- a/docs/class_tg_bot_1_1_input_file.html +++ b/docs/class_tg_bot_1_1_input_file.html @@ -89,6 +89,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_input_file.html','');
+

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

+

#include <InputFile.h>

+

@@ -99,21 +102,25 @@ Public Types

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 36 of file InputFile.h.

+

Definition at line 37 of file InputFile.h.

Member Typedef Documentation

◆ Ptr

@@ -127,7 +134,7 @@ Public Attributes
-

Definition at line 39 of file InputFile.h.

+

Definition at line 40 of file InputFile.h.

@@ -165,6 +172,7 @@ Public Attributes
+

Creates new InputFile::Ptr from an existing file.

@@ -181,9 +189,10 @@ Public Attributes
+

Contents of a file.

-

Definition at line 44 of file InputFile.h.

+

Definition at line 45 of file InputFile.h.

@@ -198,9 +207,10 @@ Public Attributes
-

File name.

-

Definition at line 54 of file InputFile.h.

+

File name.

+ +

Definition at line 55 of file InputFile.h.

@@ -215,9 +225,10 @@ Public Attributes
+

Mime type of a file.

-

Definition at line 49 of file InputFile.h.

+

Definition at line 50 of file InputFile.h.

@@ -230,7 +241,7 @@ Public Attributes