Class TdApi.UpdateMessageInteractionInfo

  • Enclosing class:
    TdApi

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

      • chatId

        public long chatId
        Chat identifier.
      • messageId

        public long messageId
        Message identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.