class tl.Api.LangPackStringPluralized
extends VirtualClass<{ key: string; zeroValue?: string; oneValue?: string; twoValue?: string; fewValue?: string; manyValue?: string; otherValue: string; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { LangPackStringPluralized } = tl.Api;
Static Methods
fromReader(reader: Reader): LangPackStringPluralized