Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
LangPackLanguage_(params: { official?: true; rtl?: true; beta?: true; name: string; native_name: string; lang_code: string; base_lang_code?: string; plural_code: string; strings_count: number; translated_count: number; translations_url: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
base_lang_code: string
optional
beta: true
lang_code: string
name: string
native_name: string
optional
official: true
plural_code: string
optional
rtl: true
strings_count: number
translated_count: number
translations_url: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc