Class ChatBoostRemoved
java.lang.Object
io.github.natanimn.telebof.types.updates.ChatBoostRemoved
- All Implemented Interfaces:
TelegramUpdate
This object represents a boost removed from a chat.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringUnique identifier of the boostprivate ChatChat which was boostedprivate IntegerPoint in time (Unix timestamp) when the boost was removedprivate ChatBoostSourceSource of the removed boost -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chat
Chat which was boosted -
boostId
Unique identifier of the boost -
removedDate
Point in time (Unix timestamp) when the boost was removed -
source
Source of the removed boost
-
-
Constructor Details
-
ChatBoostRemoved
public ChatBoostRemoved()
-
-
Method Details