View Source ExTDLib.Object.LanguagePackStringValuePluralized (ExTDLib v0.0.4)

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 information.

NameTypeDescription
zero_valuestringValue for zero objects.
one_valuestringValue for one object.
two_valuestringValue for two objects.
few_valuestringValue for few objects.
many_valuestringValue for many objects.
other_valuestringDefault value.

More details on telegram's documentation.