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