Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_requestUrlAuth_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_requestUrlAuth_
extends Function_<enums.UrlAuthResult>
import { messages_requestUrlAuth_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get more info about a Seamless Telegram Login authorization request, for more info click here »

Constructors

new
messages_requestUrlAuth_(params?: { peer?: enums.InputPeer; msg_id?: number; button_id?: number; url?: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
button_id: number

The ID of the button with the authorization request

optional
msg_id: number

The message

optional
peer: enums.InputPeer

Peer where the message is located

Static Properties

__F: (params?: { peer?: enums.InputPeer; msg_id?: number; button_id?: number; url?: string; }) => enums.UrlAuthResult
readonly
[name]: string
readonly
[paramDesc]: ParamDesc