Skip to main content
Module

x/grm/mod.ts>Api.LangPackStringPluralized

MTProto API Client for Deno 🦕
Latest
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.8.2/mod.ts";
const { LangPackStringPluralized } = Api;

Properties

className: "LangPackStringPluralized"
classType: "constructor"
CONSTRUCTOR_ID: 1816636575
optional
fewValue: string
key: string
optional
manyValue: string
optional
oneValue: string
otherValue: string
SUBCLASS_OF_ID: 3692534457
optional
twoValue: string
optional
zeroValue: string