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>auth_importWebTokenAuthorization_

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

Login by importing an authorization token

Constructors

new
auth_importWebTokenAuthorization_(params: { api_id: number; api_hash: string; web_auth_token: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
api_hash: string
api_id: number
web_auth_token: string

The authorization token

Static Properties

__F: (params: { api_id: number; api_hash: string; web_auth_token: string; }) => enums.auth.Authorization
readonly
[name]: string
readonly
[paramDesc]: ParamDesc