Skip to main content
Module

x/mtkruto/mod.ts>types.LangPackDifference

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

Constructors

new
LangPackDifference(params: { langCode: string; fromVersion: number; version: number; strings: Array<TypeLangPackString>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fromVersion: number
langCode: string
strings: Array<TypeLangPackString>
version: number

Static Properties

readonly
[paramDesc]: ParamDesc