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

x/mtkruto/tl/2_types.ts>auth_LoginTokenMigrateTo_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class auth_LoginTokenMigrateTo_
import { auth_LoginTokenMigrateTo_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Repeat the query to the specified DC

Constructors

new
auth_LoginTokenMigrateTo_(params: { dc_id: number; token: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
dc_id: number

DC ID

token: Uint8Array

Token to use for login

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc