Class ChatBoostUpdated

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

public class ChatBoostUpdated extends Object implements TelegramUpdate
This object represents a boost added to a chat or changed.
Since:
3 March 2025
  • Field Details

    • chat

      public Chat chat
      Chat which was boosted
    • boost

      public ChatBoost boost
      Information about the chat boost
  • Constructor Details

    • ChatBoostUpdated

      public ChatBoostUpdated()
  • Method Details