Class TdApi.UpdateMessageInteractionInfo

Enclosing class:
TdApi

public static class TdApi.UpdateMessageInteractionInfo extends TdApi.Update
The information about interactions with a message has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • interactionInfo

      public TdApi.MessageInteractionInfo interactionInfo
      New information about interactions with the message; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateMessageInteractionInfo

      public UpdateMessageInteractionInfo()
      The information about interactions with a message has changed.
    • UpdateMessageInteractionInfo

      public UpdateMessageInteractionInfo(long chatId, long messageId, TdApi.MessageInteractionInfo interactionInfo)
      The information about interactions with a message has changed.
      Parameters:
      chatId - Chat identifier.
      messageId - Message identifier.
      interactionInfo - New information about interactions with the message; may be null.
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR