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

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

Constructors

new
WebAuthorization(params: { hash: bigint; botId: bigint; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
botId: bigint
browser: string
dateActive: number
dateCreated: number
domain: string
hash: bigint
ip: string
platform: string
region: string

Static Properties

readonly
[paramDesc]: ParamDesc