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

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

Constructors

new
CodeSettings_(params?: { allow_flashcall?: true; current_number?: true; allow_app_hash?: true; allow_missed_call?: true; allow_firebase?: true; logout_tokens?: Array<Uint8Array>; token?: string; app_sandbox?: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
allow_app_hash: true
optional
allow_firebase: true
optional
allow_flashcall: true
optional
allow_missed_call: true
optional
app_sandbox: boolean
optional
current_number: true
optional
logout_tokens: Array<Uint8Array>
optional
token: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc