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

x/mtkruto/tl/2_types.ts>Authorization_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Authorization_
import { Authorization_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
Authorization_(params: { current?: true; official_app?: true; password_pending?: true; encrypted_requests_disabled?: true; call_requests_disabled?: true; unconfirmed?: true; hash: bigint; device_model: string; platform: string; system_version: string; api_id: number; app_name: string; app_version: string; date_created: number; date_active: number; ip: string; country: string; region: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
api_id: number
app_name: string
app_version: string
optional
call_requests_disabled: true
country: string
optional
current: true
date_active: number
date_created: number
device_model: string
optional
encrypted_requests_disabled: true
hash: bigint
ip: string
optional
official_app: true
optional
password_pending: true
platform: string
region: string
system_version: string
optional
unconfirmed: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc