Package org.drinkless.tdlib
Class TdApi.UpdateChatAction
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatAction
- Enclosing class:
- TdApi
A message sender activity in the chat has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe action.long
Chat identifier.static final int
Identifier uniquely determining type of the object.long
If not 0, the message thread identifier in which the action was performed.Identifier of a message sender performing the action. -
Constructor Summary
ConstructorsConstructorDescriptionA 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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageThreadId
public long messageThreadIdIf not 0, the 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, the message thread identifier in which the action was performed.senderId
- Identifier of a message sender performing the action.action
- The action.
-
-
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
-