Skip to main content
Module

x/mtkruto/mod.ts>functions.LangpackGetStrings

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.LangpackGetStrings
import { functions } from "https://deno.land/x/mtkruto@0.0.980/mod.ts";
const { LangpackGetStrings } = functions;

Constructors

new
LangpackGetStrings(params: { langPack: string; langCode: string; keys: Array<string>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
keys: Array<string>
langCode: string
langPack: string

Static Properties

readonly
[paramDesc]: ParamDesc