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
Some language pack strings have been updated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Identifier of the updated language pack.Localization target to which the language pack belongs.List of changed language pack strings; empty if all strings have changed. -
Constructor Summary
ConstructorsConstructorDescriptionSome language pack strings have been updated.UpdateLanguagePackStrings(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings) Some language pack strings have been updated. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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; empty if all strings have changed.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-