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