Skip to main content
Module

x/mtkruto/mod.ts>functions.AuthBindTempAuthKey

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AuthBindTempAuthKey
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { AuthBindTempAuthKey } = functions;

Constructors

new
AuthBindTempAuthKey(params: { permAuthKeyId: bigint; nonce: bigint; expiresAt: number; encryptedMessage: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
encryptedMessage: Uint8Array
expiresAt: number
nonce: bigint
permAuthKeyId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc