Module tdlight.api

Class TdApi.UpdateMessageInteractionInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageInteractionInfo
Enclosing class:
TdApi

public static final 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
      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 - long Chat identifier.
      messageId - long Message identifier.
      interactionInfo - MessageInteractionInfo New information about interactions with the message; may be null.
    • UpdateMessageInteractionInfo

      public UpdateMessageInteractionInfo(DataInput input) throws IOException
      The information about interactions with a message has changed.
      Throws:
      IOException
  • Method Details