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

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
 

Detailed Description

This object represents an error in the Telegram Passport element.

Member Data Documentation

◆ data_hash

char* telebot_passport_element_error::data_hash

Base64-encoded data hash

◆ element_hash

char* telebot_passport_element_error::element_hash

Base64-encoded element hash

◆ field_name

char* telebot_passport_element_error::field_name

Name of the data field which has the error

◆ file_hash

char* telebot_passport_element_error::file_hash

Base64-encoded file hash

◆ file_hashes

char** telebot_passport_element_error::file_hashes

List of base64-encoded file hashes

◆ message

char* telebot_passport_element_error::message

Error message

◆ source

char* telebot_passport_element_error::source

Error source

◆ type

char* telebot_passport_element_error::type

The section of the user's Telegram Passport which has the error


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