Package org.drinkless.tdlib
Class TdApi.UpdateLanguagePackStrings
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateLanguagePackStrings
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateLanguagePackStrings extends TdApi.Update
Some language pack strings have been updated.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringlanguagePackIdIdentifier of the updated language pack.StringlocalizationTargetLocalization target to which the language pack belongs.TdApi.LanguagePackString[]stringsList of changed language pack strings.
-
Constructor Summary
Constructors Constructor Description UpdateLanguagePackStrings()Some language pack strings have been updated.UpdateLanguagePackStrings(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings)Some language pack strings have been updated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
localizationTarget
public String localizationTarget
Localization target to which the language pack belongs.
-
languagePackId
public String languagePackId
Identifier of the updated language pack.
-
strings
public TdApi.LanguagePackString[] strings
List of changed language pack strings.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateLanguagePackStrings
public UpdateLanguagePackStrings()
Some language pack strings have been updated.
-
UpdateLanguagePackStrings
public UpdateLanguagePackStrings(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings)
Some language pack strings have been updated.- Parameters:
localizationTarget- Localization target to which the language pack belongs.languagePackId- Identifier of the updated language pack.strings- List of changed language pack strings.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-