java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEvent
- Enclosing class:
- TdApi
Represents a chat event.
-
Field Summary
Modifier and TypeFieldDescriptionThe action.static final int
int
Point in time (Unix timestamp) when the event happened.long
Chat event identifier.Identifier of the user or chat who performed the action. -
Constructor Summary
ConstructorDescriptionRepresents a chat event.ChatEvent
(long id, int date, TdApi.MessageSender memberId, TdApi.ChatEventAction action) Represents a chat event.Represents a chat event. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idChat event identifier. -
date
public int datePoint in time (Unix timestamp) when the event happened. -
memberId
Identifier of the user or chat who performed the action. -
action
The action. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEvent
public ChatEvent()Represents a chat event. -
ChatEvent
Represents a chat event.- Parameters:
id
- long Chat event identifier.date
- int Point in time (Unix timestamp) when the event happened.memberId
- MessageSender Identifier of the user or chat who performed the action.action
- ChatEventAction The action.
-
ChatEvent
Represents a chat event.- 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()
-