tgbot-cpp
|
This object represents a file ready to be downloaded. More...
#include <File.h>
Public Types | |
typedef std::shared_ptr< File > | Ptr |
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... | |
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
typedef std::shared_ptr<File> TgBot::File::Ptr |
std::string TgBot::File::fileId |
std::string TgBot::File::filePath |
Optional. File path.
Use https://api.telegram.org/file/bot<token>/<file_path> to get the file.