Package org.drinkless.tdlib
Class TdApi.LanguagePackString
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LanguagePackString
- Enclosing class:
- TdApi
Represents one language pack string.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String key.String value; pass null if the string needs to be taken from the built-in English language pack. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents one language pack string.LanguagePackString(String key, TdApi.LanguagePackStringValue value) Represents one language pack string. -
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
-
key
String key. -
value
String value; pass null if the string needs to be taken from the built-in English language pack. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LanguagePackString
public LanguagePackString()Represents one language pack string. -
LanguagePackString
Represents one language pack string.- Parameters:
key- String key.value- String value; pass null if the string needs to be taken from the built-in English language pack.
-
-
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
-