Inherits LoginUrlInfo.
An authorization confirmation dialog needs to be shown to the user.
Public Fields | |
string | url_ |
An HTTP URL to be opened. | |
string | domain_ |
A domain of the URL. | |
int53 | bot_user_id_ |
User identifier of a bot linked with the website. | |
bool | request_write_access_ |
True, if the user must be asked for the permission to the bot to send them messages. | |
Public Instance Methods | |
loginUrlInfoRequestConfirmation () | |
loginUrlInfoRequestConfirmation (string const &url_, string const &domain_, int53 bot_user_id_, bool request_write_access_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 2128290863 |
Identifier uniquely determining a type of the object. | |
An authorization confirmation dialog needs to be shown to the user.
loginUrlInfoRequestConfirmation | ( | string const & | url_, |
string const & | domain_, | ||
int53 | bot_user_id_, | ||
bool | request_write_access_ | ||
) |
An authorization confirmation dialog needs to be shown to the user.
[in] | url_ | An HTTP URL to be opened. |
[in] | domain_ | A domain of the URL. |
[in] | bot_user_id_ | User identifier of a bot linked with the website. |
[in] | request_write_access_ | True, if the user must be asked for the permission to the bot to send them messages. |
|
finalvirtual |