#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1906840261 |
| | Identifier uniquely determining a type of the object.
|
| |
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.
Definition at line 35776 of file td_api.h.
◆ languagePackStringValuePluralized() [1/2]
| td::td_api::languagePackStringValuePluralized::languagePackStringValuePluralized |
( |
| ) |
|
◆ languagePackStringValuePluralized() [2/2]
| td::td_api::languagePackStringValuePluralized::languagePackStringValuePluralized |
( |
string const & |
zero_value_, |
|
|
string const & |
one_value_, |
|
|
string const & |
two_value_, |
|
|
string const & |
few_value_, |
|
|
string const & |
many_value_, |
|
|
string const & |
other_value_ |
|
) |
| |
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.
- Parameters
-
| [in] | zero_value_ | Value for zero objects. |
| [in] | one_value_ | Value for one object. |
| [in] | two_value_ | Value for two objects. |
| [in] | few_value_ | Value for few objects. |
| [in] | many_value_ | Value for many objects. |
| [in] | other_value_ | Default value. |
◆ store()
| void td::td_api::languagePackStringValuePluralized::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ few_value_
| string td::td_api::languagePackStringValuePluralized::few_value_ |
Value for few objects.
Definition at line 35793 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::languagePackStringValuePluralized::ID = 1906840261 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 35817 of file td_api.h.
◆ many_value_
| string td::td_api::languagePackStringValuePluralized::many_value_ |
Value for many objects.
Definition at line 35795 of file td_api.h.
◆ one_value_
| string td::td_api::languagePackStringValuePluralized::one_value_ |
◆ other_value_
| string td::td_api::languagePackStringValuePluralized::other_value_ |
◆ two_value_
| string td::td_api::languagePackStringValuePluralized::two_value_ |
Value for two objects.
Definition at line 35791 of file td_api.h.
◆ zero_value_
| string td::td_api::languagePackStringValuePluralized::zero_value_ |
Value for zero objects.
Definition at line 35787 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h