Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_passport_file Struct Reference

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
 

Detailed Description

This object represents an internal identifier of a user in Telegram Passport.

Member Data Documentation

◆ date

long telebot_passport_file::date

Unix time when the file was uploaded

◆ file_id

char* telebot_passport_file::file_id

Identifier for this file, which can be used to download or reuse the file

◆ file_size

int telebot_passport_file::file_size

File size

◆ file_unique_id

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.


The documentation for this struct was generated from the following file: