java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.OptionValue
it.tdlight.jni.TdApi.OptionValueInteger
- Enclosing class:
- TdApi
Represents an integer option.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
The value of the option. -
Constructor Summary
ConstructorDescriptionRepresents an integer option.OptionValueInteger
(long value) Represents an integer option.OptionValueInteger
(DataInput input) Represents an integer option. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
value
public long valueThe value of the option. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
OptionValueInteger
public OptionValueInteger()Represents an integer option. -
OptionValueInteger
public OptionValueInteger(long value) Represents an integer option.- Parameters:
value
- long The value of the option.
-
OptionValueInteger
Represents an integer option.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-