Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountAcceptAuthorization

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

Constructors

new
AccountAcceptAuthorization(params: { botId: bigint; scope: string; publicKey: string; valueHashes: Array<types.TypeSecureValueHash>; credentials: types.TypeSecureCredentialsEncrypted; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
botId: bigint
credentials: types.TypeSecureCredentialsEncrypted
publicKey: string
scope: string
valueHashes: Array<types.TypeSecureValueHash>

Static Properties

readonly
[paramDesc]: ParamDesc