Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountDeleteAccount

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

Constructors

new
AccountDeleteAccount(params: { reason: string; password?: types.TypeInputCheckPasswordSRP; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
password: types.TypeInputCheckPasswordSRP
reason: string

Static Properties

readonly
[paramDesc]: ParamDesc