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