java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewCustomEvent
- Enclosing class:
- TdApi
A new incoming event; for bots only.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A JSON-serialized event. -
Constructor Summary
ConstructorDescriptionA new incoming event; for bots only.UpdateNewCustomEvent
(DataInput input) A new incoming event; for bots only.UpdateNewCustomEvent
(String event) A new incoming event; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
event
A JSON-serialized event. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateNewCustomEvent
public UpdateNewCustomEvent()A new incoming event; for bots only. -
UpdateNewCustomEvent
A new incoming event; for bots only.- Parameters:
event
- String A JSON-serialized event.
-
UpdateNewCustomEvent
A new incoming event; for bots only.- 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()
-