java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateOption
- Enclosing class:
- TdApi
An option changed its value.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The option name.The new option value. -
Constructor Summary
ConstructorDescriptionAn option changed its value.UpdateOption
(DataInput input) An option changed its value.UpdateOption
(String name, TdApi.OptionValue value) An option changed its value. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
name
The option name. -
value
The new option value. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateOption
public UpdateOption()An option changed its value. -
UpdateOption
An option changed its value.- Parameters:
name
- String The option name.value
- OptionValue The new option value.
-
UpdateOption
An option changed its value.- 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()
-