#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| string | domain_ |
| | A domain of the URL where the user authorizes.
|
| |
| string | location_ |
| | Human-readable description of a country and a region from which the authorization is performed, based on the IP address.
|
| |
| string | url_ |
| | The URL to pass to getOauthLinkInfo; the link is valid for 60 seconds.
|
| |
|
| static const std::int32_t | ID = 248383005 |
| | Identifier uniquely determining a type of the object.
|
| |
An OAuth authorization request was received.
Definition at line 79180 of file td_api.h.
◆ updateNewOauthRequest() [1/2]
| td::td_api::updateNewOauthRequest::updateNewOauthRequest |
( |
| ) |
|
An OAuth authorization request was received.
◆ updateNewOauthRequest() [2/2]
| td::td_api::updateNewOauthRequest::updateNewOauthRequest |
( |
string const & |
domain_, |
|
|
string const & |
location_, |
|
|
string const & |
url_ |
|
) |
| |
An OAuth authorization request was received.
- Parameters
-
| [in] | domain_ | A domain of the URL where the user authorizes. |
| [in] | location_ | Human-readable description of a country and a region from which the authorization is performed, based on the IP address. |
| [in] | url_ | The URL to pass to getOauthLinkInfo; the link is valid for 60 seconds. |
◆ store()
| void td::td_api::updateNewOauthRequest::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ domain_
| string td::td_api::updateNewOauthRequest::domain_ |
A domain of the URL where the user authorizes.
Definition at line 79191 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::updateNewOauthRequest::ID = 248383005 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 79212 of file td_api.h.
◆ location_
| string td::td_api::updateNewOauthRequest::location_ |
Human-readable description of a country and a region from which the authorization is performed, based on the IP address.
Definition at line 79193 of file td_api.h.
◆ url_
| string td::td_api::updateNewOauthRequest::url_ |
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h