public static class TdApi.UpdateLanguagePackStrings extends TdApi.Update
TdApi.Update.Constructors
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.
|
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() |
toString
public 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.public int getConstructor()
getConstructor
in class TdApi.Update