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