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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionUnique identifier of the boostChat which was boostedPoint in time (Unix timestamp) when the boost was removedSource of the removed boost
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
chatChat which was boosted
- 
boost_idUnique identifier of the boost
- 
removed_datePoint in time (Unix timestamp) when the boost was removed
- 
sourceSource of the removed boost
 
- 
- 
Constructor Details- 
ChatBoostRemovedpublic ChatBoostRemoved()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-