Module tdlight.api

Class TdApi.UpdateChatAction

Enclosing class:
TdApi

public static final class TdApi.UpdateChatAction extends TdApi.Update
A message sender activity in the chat has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageThreadId

      public long messageThreadId
      If not 0, a message thread identifier in which the action was performed.
    • senderId

      public TdApi.MessageSender senderId
      Identifier of a message sender performing the action.
    • action

      public TdApi.ChatAction 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

      public UpdateChatAction(DataInput input) throws IOException
      A message sender activity in the chat has changed.
      Throws:
      IOException
  • Method Details