java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEvent
- Enclosing class:
- TdApi
Represents a chat event.
-
Field Summary
Modifier and TypeFieldDescriptionAction performed by the user.static final int
int
Point in time (Unix timestamp) when the event happened.long
Chat event identifier.long
Identifier of the user who performed the action that triggered the event. -
Constructor Summary
ConstructorDescriptionRepresents a chat event.ChatEvent
(long id, int date, long userId, 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. -
userId
public long userIdIdentifier of the user who performed the action that triggered the event. -
action
Action performed by the user. -
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.userId
- long Identifier of the user who performed the action that triggered the event.action
- ChatEventAction Action performed by the user.
-
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()
-