Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountUnregisterDevice

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

Constructors

new
AccountUnregisterDevice(params: { tokenType: number; token: string; otherUids: Array<bigint>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
otherUids: Array<bigint>
token: string
tokenType: number

Static Properties

readonly
[paramDesc]: ParamDesc