ChatBoostRemoved

@Serializable
data class ChatBoostRemoved(val chat: Chat, val boostId: String, val removeDate: Instant, val source: ChatBoostSource)

This object represents a boost removed from a chat.

Api reference

Constructors

Link copied to clipboard
constructor(chat: Chat, boostId: String, removeDate: Instant, source: ChatBoostSource)

Properties

Link copied to clipboard

Unique identifier of the boost

Link copied to clipboard
val chat: Chat

Chat which was boosted

Link copied to clipboard
@Serializable(with = InstantSerializer::class)
val removeDate: Instant

Point in time (Unix timestamp) when the boost was removed

Link copied to clipboard

Source of the removed boost