Package it.tdlight.jni
Class TdApi.ChatEvents
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEvents
- Enclosing class:
- TdApi
public static class TdApi.ChatEvents extends TdApi.Object
Contains a list of chat events.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatEvent[]
events
List of events. -
Constructor Summary
Constructors Constructor Description ChatEvents()
Contains a list of chat events.ChatEvents(TdApi.ChatEvent[] events)
Contains a list of chat events.ChatEvents(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
events
List of events. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatEvents
public ChatEvents()Contains a list of chat events. -
ChatEvents
Contains a list of chat events.- Parameters:
events
- ChatEvent[] List of events.
-
ChatEvents
- 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()
-