Skip to main content
Module

x/grm/mod.ts>tl.Api.LangPackStringPluralized

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

Static Methods

fromReader(reader: Reader): LangPackStringPluralized