Skip to main content
Module

x/mtkruto/mod.ts>types.LangPackLanguage

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

Constructors

new
LangPackLanguage(params: { official?: true; rtl?: true; beta?: true; name: string; nativeName: string; langCode: string; baseLangCode?: string; pluralCode: string; stringsCount: number; translatedCount: number; translationsUrl: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
baseLangCode: string
optional
beta: true
langCode: string
name: string
nativeName: string
optional
official: true
pluralCode: string
optional
rtl: true
stringsCount: number
translatedCount: number
translationsUrl: string

Static Properties

readonly
[paramDesc]: ParamDesc