Package org.drinkless.tdlib
Class TdApi.OptionValue
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.OptionValue
- Direct Known Subclasses:
TdApi.OptionValueBoolean
,TdApi.OptionValueEmpty
,TdApi.OptionValueInteger
,TdApi.OptionValueString
- Enclosing class:
- TdApi
This class is an abstract base class.
Represents the value of an option.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drinkless.tdlib.TdApi.Object
getConstructor, toString
-
Constructor Details
-
OptionValue
public OptionValue()Default class constructor.
-