|
Telebot 9.4
Library for Telegram bot API
|
This object represents a parameter of the inline keyboard button used to automatically authorize a user. More...
#include <telebot-types.h>
Public Attributes | |
| char * | url |
| char * | forward_text |
| char * | bot_username |
| bool | request_write_access |
This object represents a parameter of the inline keyboard button used to automatically authorize a user.
| char* telebot_login_url::bot_username |
Optional. Username of a bot, which will be used for user authorization.
| char* telebot_login_url::forward_text |
Optional. New text of the button in forwarded messages.
| bool telebot_login_url::request_write_access |
Optional. Pass True to request the permission for your bot to send messages to the user.
| char* telebot_login_url::url |
An HTTPS URL used to automatically authorize the user.