1#ifndef TGBOT_LOGINURL_H 
    2#define TGBOT_LOGINURL_H 
   21    typedef std::shared_ptr<LoginUrl> 
Ptr;
 
 
This object represents a parameter of the inline keyboard button used to automatically authorize a us...
std::shared_ptr< LoginUrl > Ptr
std::string botUsername
Optional. Username of a bot, which will be used for user authorization. See https://core....
std::string url
An HTTP URL to be opened with user authorization data added to the query string when the button is pr...
std::string forwardText
Optional. New text of the button in forwarded messages.
bool requestWriteAccess
Optional. Pass True to request the permission for your bot to send messages to the user.