|
Telebot 9.4
Library for Telegram bot API
|
This object represents an internal identifier of a user in Telegram Passport. More...
#include <telebot-types.h>
Public Attributes | |
| char * | file_id |
| char * | file_unique_id |
| int | file_size |
| long | date |
This object represents an internal identifier of a user in Telegram Passport.
| long telebot_passport_file::date |
Unix time when the file was uploaded
| char* telebot_passport_file::file_id |
Identifier for this file, which can be used to download or reuse the file
| int telebot_passport_file::file_size |
File size
| char* telebot_passport_file::file_unique_id |
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.