From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/dd/dbe/class_tg_bot_1_1_file.html | 195 --------------------------------- docs/dd/dbe/class_tg_bot_1_1_file.js | 7 -- 2 files changed, 202 deletions(-) delete mode 100644 docs/dd/dbe/class_tg_bot_1_1_file.html delete mode 100644 docs/dd/dbe/class_tg_bot_1_1_file.js (limited to 'docs/dd/dbe') diff --git a/docs/dd/dbe/class_tg_bot_1_1_file.html b/docs/dd/dbe/class_tg_bot_1_1_file.html deleted file mode 100644 index 5170b07..0000000 --- a/docs/dd/dbe/class_tg_bot_1_1_file.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::File Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::File Class Reference
-
-
- -

#include <File.h>

- - - - -

-Public Types

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

-Public Attributes

std::string fileId
 
int32_t fileSize
 
std::string filePath
 
-

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 21 of file File.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 24 of file File.h.

- -
-
-

Member Data Documentation

- -

◆ fileId

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

Unique identifier for this file

- -

Definition at line 29 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 40 of file File.h.

- -
-
- -

◆ fileSize

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

Optional. File size, if known

- -

Definition at line 34 of file File.h.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • include/tgbot/types/File.h
  • -
-
-
- - - - diff --git a/docs/dd/dbe/class_tg_bot_1_1_file.js b/docs/dd/dbe/class_tg_bot_1_1_file.js deleted file mode 100644 index 2847fd7..0000000 --- a/docs/dd/dbe/class_tg_bot_1_1_file.js +++ /dev/null @@ -1,7 +0,0 @@ -var class_tg_bot_1_1_file = -[ - [ "Ptr", "dd/dbe/class_tg_bot_1_1_file.html#ac47e9c73b9d762eef2322c0932c5a934", null ], - [ "fileId", "dd/dbe/class_tg_bot_1_1_file.html#a0e64b7f89b84e674ea890399ea27dd6e", null ], - [ "filePath", "dd/dbe/class_tg_bot_1_1_file.html#ad1abfaf438998878eee537fc82b4bb6e", null ], - [ "fileSize", "dd/dbe/class_tg_bot_1_1_file.html#a1c4a6f8d51e846ec75d15ffa2c5d1445", null ] -]; \ No newline at end of file -- cgit v1.2.3