java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatAction
- Enclosing class:
- TdApi
A message sender activity in the chat has changed.
-
Field Summary
Modifier and TypeFieldDescriptionThe action.long
Chat identifier.static final int
long
If not 0, a message thread identifier in which the action was performed.Identifier of a message sender performing the action. -
Constructor Summary
ConstructorDescriptionA message sender activity in the chat has changed.UpdateChatAction
(long chatId, long messageThreadId, TdApi.MessageSender senderId, TdApi.ChatAction action) A message sender activity in the chat has changed.UpdateChatAction
(DataInput input) A message sender activity in the chat has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageThreadId
public long messageThreadIdIf not 0, a message thread identifier in which the action was performed. -
senderId
Identifier of a message sender performing the action. -
action
The action. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatAction
public UpdateChatAction()A message sender activity in the chat has changed. -
UpdateChatAction
public UpdateChatAction(long chatId, long messageThreadId, TdApi.MessageSender senderId, TdApi.ChatAction action) A message sender activity in the chat has changed.- Parameters:
chatId
- long Chat identifier.messageThreadId
- long If not 0, a message thread identifier in which the action was performed.senderId
- MessageSender Identifier of a message sender performing the action.action
- ChatAction The action.
-
UpdateChatAction
A message sender activity in the chat has changed.- 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()
-