public static class TdApi.UpdateLanguagePackStrings extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
languagePackId
Identifier of the updated language pack.
|
java.lang.String |
localizationTarget
Localization target to which the language pack belongs.
|
TdApi.LanguagePackString[] |
strings
List of changed language pack strings; empty if all strings have changed.
|
| Constructor and Description |
|---|
UpdateLanguagePackStrings()
Some language pack strings have been updated.
|
UpdateLanguagePackStrings(java.lang.String localizationTarget,
java.lang.String languagePackId,
TdApi.LanguagePackString[] strings)
Some language pack strings have been updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String localizationTarget
public java.lang.String languagePackId
public TdApi.LanguagePackString[] strings
public static final int CONSTRUCTOR
public UpdateLanguagePackStrings()
public UpdateLanguagePackStrings(java.lang.String localizationTarget,
java.lang.String languagePackId,
TdApi.LanguagePackString[] strings)
localizationTarget - Localization target to which the language pack belongs.languagePackId - Identifier of the updated language pack.strings - List of changed language pack strings; empty if all strings have changed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object