Skip to main content
Module

x/mtkruto/mod.ts>types.CodeSettings

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.CodeSettings
import { types } from "https://deno.land/x/mtkruto@0.0.992/mod.ts";
const { CodeSettings } = types;

Constructors

new
CodeSettings(params?: { allowFlashcall?: true; currentNumber?: true; allowAppHash?: true; allowMissedCall?: true; allowFirebase?: true; logoutTokens?: Array<Uint8Array>; token?: string; appSandbox?: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
allowAppHash: true
optional
allowFirebase: true
optional
allowFlashcall: true
optional
allowMissedCall: true
optional
appSandbox: boolean
optional
currentNumber: true
optional
logoutTokens: Array<Uint8Array>
optional
token: string

Static Properties

readonly
[paramDesc]: ParamDesc