Inherits Update.
Some language pack strings have been updated.
Public Fields | |
string | localization_target_ |
Localization target to which the language pack belongs. | |
string | language_pack_id_ |
Identifier of the updated language pack. | |
array< object_ptr< languagePackString > > | strings_ |
List of changed language pack strings; empty if all strings have changed. | |
Public Instance Methods | |
updateLanguagePackStrings () | |
updateLanguagePackStrings (string const &localization_target_, string const &language_pack_id_, array< object_ptr< languagePackString >> &&strings_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1056319886 |
Identifier uniquely determining a type of the object. | |
Some language pack strings have been updated.
updateLanguagePackStrings | ( | string const & | localization_target_, |
string const & | language_pack_id_, | ||
array< object_ptr< languagePackString >> && | strings_ | ||
) |
Some language pack strings have been updated.
[in] | localization_target_ | Localization target to which the language pack belongs. |
[in] | language_pack_id_ | Identifier of the updated language pack. |
[in] | strings_ | List of changed language pack strings; empty if all strings have changed. |
|
finalvirtual |