Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Changes to the app's localization pack

Constructors

new
LangPackDifference_(params: { lang_code: string; from_version: number; version: number; strings: Array<enums.LangPackString>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
from_version: number

Previous version number

lang_code: string

Language code

strings: Array<enums.LangPackString>

Localized strings

version: number

New version number

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc