tgbot-cpp
|
#include <File.h>
Public Types | |
typedef std::shared_ptr< File > | Ptr |
Public Attributes | |
std::string | fileId |
int32_t | fileSize |
std::string | filePath |
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.