MadelineProtoDocs/docs/API_docs/constructors/langPackStringPluralized.md

1.3 KiB

title description image
langPackStringPluralized Lang pack string pluralized https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: langPackStringPluralized

Back to constructors index

Lang pack string pluralized

Attributes:

Name Type Required Description
key string Yes Key
zero_value string Optional Zero value
one_value string Optional One value
two_value string Optional Two value
few_value string Optional Few value
many_value string Optional Many value
other_value string Yes Other value

Type: LangPackString

Example:

$langPackStringPluralized = ['_' => 'langPackStringPluralized', 'key' => 'string', 'zero_value' => 'string', 'one_value' => 'string', 'two_value' => 'string', 'few_value' => 'string', 'many_value' => 'string', 'other_value' => 'string'];

Or, if you're into Lua:

langPackStringPluralized={_='langPackStringPluralized', key='string', zero_value='string', one_value='string', two_value='string', few_value='string', many_value='string', other_value='string'}