telegram api constructor · layer 229 · #3cd623ec
urlAuthResultRequest
Details about the authorization request, for more info click here »
definition
urlAuthResultRequest#3cd623ec flags:# request_write_access:flags.0?true request_phone_number:flags.1?true match_codes_first:flags.5?true is_app:flags.6?true bot:User domain:string browser:flags.2?string platform:flags.2?string ip:flags.2?string region:flags.2?string match_codes:flags.3?Vector<string> user_id_hint:flags.4?long verified_app_name:flags.7?string = UrlAuthResult;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
request_write_access | true | Whether the bot would like to send messages to the user |
request_phone_number | true | |
match_codes_first | true | |
is_app | true | |
bot | User | Username of a bot, which will be used for user authorization. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See Linking your domain to the bot for more details. |
domain | string | The domain name of the website on which the user will log in. |
browser | string | |
platform | string | |
ip | string | |
region | string | |
match_codes | Vector<string> | |
user_id_hint | long | |
verified_app_name | string |
type
UrlAuthResult · other constructors: urlAuthResultAccepted, urlAuthResultDefault
history
present in layers 100–229 · constructor id changed 3×
| id | layers |
|---|---|
| #92d33a0e | 100–221 |
| #32fabf1a | 222 |
| #f8f8eb1e | 223 |
| #3cd623ec | 224–229 |