1#ifndef TGBOT_CPP_PASSPORTFILE_H
2#define TGBOT_CPP_PASSPORTFILE_H
18 typedef std::shared_ptr<PassportFile>
Ptr;
This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files ar...
std::int32_t fileDate
Unix time when the file was uploaded.
std::int32_t fileSize
File size.
std::shared_ptr< PassportFile > Ptr
std::string fileId
Identifier for this file, which can be used to download or reuse the file.
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....