class tl.Api.langpack.GetDifference
extends Request<Partial<{ langPack: string; langCode: string; fromVersion: int; }>, Api.TypeLangPackDifference>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { GetDifference } = tl.Api.langpack;
Static Methods
fromReader(reader: Reader): GetDifference