|
Telebot 9.4
Library for Telegram bot API
|
This object defines the criteria used to request suitable users. More...
#include <telebot-types.h>
Public Attributes | |
| int | request_id |
| bool | user_is_bot |
| bool | user_is_premium |
| int | max_quantity |
| bool | request_name |
| bool | request_username |
| bool | request_photo |
This object defines the criteria used to request suitable users.
| int telebot_keyboard_button_request_users::max_quantity |
Optional. The maximum number of users to be selected; 1-10.
| int telebot_keyboard_button_request_users::request_id |
Identifier of the request
| bool telebot_keyboard_button_request_users::request_name |
Optional. Pass True to request the users' first and last names
| bool telebot_keyboard_button_request_users::request_photo |
Optional. Pass True to request the users' photos
| bool telebot_keyboard_button_request_users::request_username |
Optional. Pass True to request the users' usernames
| bool telebot_keyboard_button_request_users::user_is_bot |
Optional. Pass True to request bots, pass False to request regular users.
| bool telebot_keyboard_button_request_users::user_is_premium |
Optional. Pass True to request premium users, pass False to request non-premium users.