Class MessageReactionCountUpdated

java.lang.Object
io.github.natanimn.telebof.types.updates.MessageReactionCountUpdated
All Implemented Interfaces:
TelegramUpdate

public class MessageReactionCountUpdated extends Object implements TelegramUpdate
This object represents reaction changes on a message with anonymous reactions.
Since:
3 March 2025
  • Field Details

    • chat

      public Chat chat
      The chat containing the message
    • message_id

      public int message_id
      Unique message identifier inside the chat
    • date

      public int date
      Date of the change in Unix time
    • reactions

      public List<ReactionCount> reactions
      List of reactions that are present on the message
  • Constructor Details

    • MessageReactionCountUpdated

      public MessageReactionCountUpdated()
  • Method Details