Skip to main content
Module

x/mtkruto/mod.ts>types.BindAuthKeyInner

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

Constructors

new
BindAuthKeyInner(params: { nonce: bigint; tempAuthKeyId: bigint; permAuthKeyId: bigint; tempSessionId: bigint; expiresAt: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
expiresAt: number
nonce: bigint
permAuthKeyId: bigint
tempAuthKeyId: bigint
tempSessionId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc