|
Telebot 9.4
Library for Telegram bot API
|
This object represents an error in the Telegram Passport element. More...
#include <telebot-types.h>
Public Attributes | |
| char * | source |
| char * | type |
| char * | field_name |
| char * | data_hash |
| char * | message |
| char * | file_hash |
| char ** | file_hashes |
| int | count_file_hashes |
| char * | element_hash |
This object represents an error in the Telegram Passport element.
| char* telebot_passport_element_error::data_hash |
Base64-encoded data hash
| char* telebot_passport_element_error::element_hash |
Base64-encoded element hash
| char* telebot_passport_element_error::field_name |
Name of the data field which has the error
| char* telebot_passport_element_error::file_hash |
Base64-encoded file hash
| char** telebot_passport_element_error::file_hashes |
List of base64-encoded file hashes
| char* telebot_passport_element_error::message |
Error message
| char* telebot_passport_element_error::source |
Error source
| char* telebot_passport_element_error::type |
The section of the user's Telegram Passport which has the error