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_getDifference_

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

Get new strings in language pack

Constructors

new
langpack_getDifference_(params: { lang_pack: string; lang_code: string; from_version: number; })

Properties

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

Previous localization pack version

lang_code: string

Language code

lang_pack: string

Language pack

Static Properties

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