telegram api constructor · layer 229 · #6c47ac9f
langPackStringPluralized
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more info
definition
langPackStringPluralized#6c47ac9f flags:# key:string zero_value:flags.0?string one_value:flags.1?string two_value:flags.2?string few_value:flags.3?string many_value:flags.4?string other_value:string = LangPackString;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
key | string | Localization key |
zero_value | string | Value for zero objects |
one_value | string | Value for one object |
two_value | string | Value for two objects |
few_value | string | Value for a few objects |
many_value | string | Value for many objects |
other_value | string | Default value |
type
LangPackString · other constructors: langPackString, langPackStringDeleted
history
present in layers 67–229
| id | layers |
|---|---|
| #6c47ac9f | 67–229 |