19#ifndef __TELEBOT_PASSPORT_H__
20#define __TELEBOT_PASSPORT_H__
46 long long int user_id,
const char *errors);
struct telebot_handler * telebot_handler_t
This is opaque object to represent a telebot handler.
Definition telebot-types.h:3489
telebot_error_e
Enumerations of error code for telebot programming interface.
Definition telebot-common.h:45
telebot_error_e telebot_set_passport_data_errors(telebot_handler_t handle, long long int user_id, const char *errors)
Use this method to set passport data errors.
This file contains types used to create telegram bot.