urlAuthResultRequest

Details about the authorization request, for more info click here »

urlAuthResultRequest#f8f8eb1e flags:# request_write_access:flags.0?true request_phone_number:flags.1?true match_codes_first:flags.5?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 = UrlAuthResult;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
request_write_access flags.0?true Whether the bot would like to send messages to the user
request_phone_number flags.1?true  
match_codes_first flags.5?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 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  

Type

UrlAuthResult

Related pages

Seamless Telegram Login

Handle Seamless Telegram Login URL authorization requests.