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_file.html | 206 ---------------------------------------- 1 file changed, 206 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_file.html (limited to 'docs/class_tg_bot_1_1_file.html') diff --git a/docs/class_tg_bot_1_1_file.html b/docs/class_tg_bot_1_1_file.html deleted file mode 100644 index fefc695..0000000 --- a/docs/class_tg_bot_1_1_file.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::File Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::File Class Reference
-
-
- -

This object represents a file ready to be downloaded. - More...

- -

#include <File.h>

- - - - -

-Public Types

typedef std::shared_ptr< FilePtr
 
- - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t fileSize
 Optional. File size, if known. More...
 
std::string filePath
 Optional. File path. More...
 
-

Detailed Description

-

This object represents a file ready to be downloaded.

-

The file can be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. Maximum file size to download is 20 MB

- -

Definition at line 23 of file File.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 26 of file File.h.

- -
-
-

Member Data Documentation

- -

◆ fileId

- -
-
- - - - -
std::string TgBot::File::fileId
-
- -

Unique identifier for this file.

- -

Definition at line 31 of file File.h.

- -
-
- -

◆ filePath

- -
-
- - - - -
std::string TgBot::File::filePath
-
- -

Optional. File path.

-

Use https://api.telegram.org/file/bot<token>/<file_path> to get the file.

- -

Definition at line 43 of file File.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::File::fileSize
-
- -

Optional. File size, if known.

- -

Definition at line 36 of file File.h.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • include/tgbot/types/File.h
  • -
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_file.html | 225 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 docs/class_tg_bot_1_1_file.html (limited to 'docs/class_tg_bot_1_1_file.html') diff --git a/docs/class_tg_bot_1_1_file.html b/docs/class_tg_bot_1_1_file.html new file mode 100644 index 0000000..6426c80 --- /dev/null +++ b/docs/class_tg_bot_1_1_file.html @@ -0,0 +1,225 @@ + + + + + + +tgbot-cpp: TgBot::File Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::File Class Reference
+
+
+ +

This object represents a file ready to be downloaded. + More...

+ +

#include <File.h>

+ + + + +

+Public Types

typedef std::shared_ptr< FilePtr
 
+ + + + + + + + + + +

+Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t fileSize
 Optional. File size, if known. More...
 
std::string filePath
 Optional. File path. More...
 
+

Detailed Description

+

This object represents a file ready to be downloaded.

+

The file can be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. Maximum file size to download is 20 MB

+ +

Definition at line 23 of file File.h.

+

Member Typedef Documentation

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

Definition at line 26 of file File.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
std::string TgBot::File::fileId
+
+ +

Unique identifier for this file.

+ +

Definition at line 31 of file File.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::File::filePath
+
+ +

Optional. File path.

+

Use https://api.telegram.org/file/bot<token>/<file_path> to get the file.

+ +

Definition at line 43 of file File.h.

+ +
+
+ +
+
+ + + + +
int32_t TgBot::File::fileSize
+
+ +

Optional. File size, if known.

+ +

Definition at line 36 of file File.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • include/tgbot/types/File.h
  • +
+
+
+ + + + -- cgit v1.2.3