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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- Chat identifier.messageThreadId
- If not 0, a message thread identifier in which the action was performed.senderId
- Identifier of a message sender performing the action.action
- The action.
-
UpdateChatAction
A message sender activity in the chat has changed.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-