Package org.drinkless.tdlib
Class TdApi.LanguagePackString
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.LanguagePackString
-
- Enclosing class:
- TdApi
public static class TdApi.LanguagePackString extends TdApi.Object
Represents one language pack string.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringkeyString key.TdApi.LanguagePackStringValuevalueString value; pass null if the string needs to be taken from the built-in English language pack.
-
Constructor Summary
Constructors Constructor Description LanguagePackString()Represents one language pack string.LanguagePackString(String key, TdApi.LanguagePackStringValue value)Represents one language pack string.
-
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
-
key
public String key
String key.
-
value
public TdApi.LanguagePackStringValue value
String value; pass null if the string needs to be taken from the built-in English language pack.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LanguagePackString
public LanguagePackString()
Represents one language pack string.
-
LanguagePackString
public LanguagePackString(String key, TdApi.LanguagePackStringValue value)
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-