Skip to main content
Module

x/mtkruto/mod.ts>types.WebAuthorization

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.WebAuthorization
import { types } from "https://deno.land/x/mtkruto@0.0.995/mod.ts";
const { WebAuthorization } = types;

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