Package org.drinkless.tdlib
Class TdApi.OptionValueString
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.OptionValue
org.drinkless.tdlib.TdApi.OptionValueString
- Enclosing class:
- TdApi
Represents a string option.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The value of the option. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a string option.OptionValueString(String value) Represents a string option. -
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
-
value
The value of the option. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
OptionValueString
public OptionValueString()Represents a string option. -
OptionValueString
Represents a string option.- Parameters:
value- The value of the option.
-
-
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
-