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

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

Get localization pack strings

Constructors

new
langpack_getLangPack_(params: { lang_pack: string; lang_code: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
lang_code: string

Language code

lang_pack: string

Language pack name, usually obtained from a language pack link

Static Properties

__F: (params: { lang_pack: string; lang_code: string; }) => enums.LangPackDifference
readonly
[name]: string
readonly
[paramDesc]: ParamDesc