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
Author:
Natanim
  • Field Details

    • chat

      private Chat chat
      Chat which was boosted
    • boostId

      @SerializedName("boost_id") private String boostId
      Unique identifier of the boost
    • removedDate

      @SerializedName("removed_date") private Integer removedDate
      Point in time (Unix timestamp) when the boost was removed
    • source

      private ChatBoostSource source
      Source of the removed boost
  • Constructor Details

    • ChatBoostRemoved

      public ChatBoostRemoved()
  • Method Details