Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>account_unregisterDevice_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_unregisterDevice_
extends Function_<boolean>
import { account_unregisterDevice_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Deletes a device by its token, stops sending PUSH-notifications to it.

Constructors

new
account_unregisterDevice_(params: { token_type: number; token: string; other_uids: Array<bigint>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
other_uids: Array<bigint>

List of user identifiers of other users currently using the client

token: string

Device token, see PUSH updates for the possible values.

token_type: number

Device token type, see PUSH updates for the possible values.

Static Properties

__F: (params: { token_type: number; token: string; other_uids: Array<bigint>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc