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

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
 

Detailed Description

This object represents a parameter of the inline keyboard button used to automatically authorize a user.

Member Data Documentation

◆ bot_username

char* telebot_login_url::bot_username

Optional. Username of a bot, which will be used for user authorization.

◆ forward_text

char* telebot_login_url::forward_text

Optional. New text of the button in forwarded messages.

◆ request_write_access

bool telebot_login_url::request_write_access

Optional. Pass True to request the permission for your bot to send messages to the user.

◆ url

char* telebot_login_url::url

An HTTPS URL used to automatically authorize the user.


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