Skip to main content
Module

x/mtkruto/mod.ts>functions.LangpackGetDifference

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.LangpackGetDifference
extends Function<types.TypeLangPackDifference>
import { functions } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { LangpackGetDifference } = functions;

Constructors

new
LangpackGetDifference(params: { langPack: string; langCode: string; fromVersion: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
fromVersion: number
langCode: string
langPack: string

Static Properties

readonly
[paramDesc]: ParamDesc