Class ChatBoostRemoved

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

public class ChatBoostRemoved extends Object implements TelegramUpdate
This object represents a boost removed from a chat.
Since:
3 March 2025
  • Field Details

    • chat

      public Chat chat
      Chat which was boosted
    • boost_id

      public String boost_id
      Unique identifier of the boost
    • removed_date

      public Integer removed_date
      Point in time (Unix timestamp) when the boost was removed
    • source

      public ChatBoostSource source
      Source of the removed boost
  • Constructor Details

    • ChatBoostRemoved

      public ChatBoostRemoved()
  • Method Details