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>auth_exportAuthorization_

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

Returns data for copying authorization to another data-center.

Constructors

new
auth_exportAuthorization_(params: { dc_id: number; })

Properties

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

Number of a target data-center

Static Properties

__F: (params: { dc_id: number; }) => enums.auth.ExportedAuthorization
readonly
[name]: string
readonly
[paramDesc]: ParamDesc