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_registerDevice_

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

Constructors

new
account_registerDevice_(params: { no_muted?: true; token_type: number; token: string; app_sandbox: boolean; secret: Uint8Array; other_uids: Array<bigint>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
app_sandbox: boolean
optional
no_muted: true
other_uids: Array<bigint>
secret: Uint8Array
token: string
token_type: number

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc