ChatBoostRemoved

data class ChatBoostRemoved(val chat: Chat, val boostId: String, val removeDate: Int, val source: ChatBoostSource)(source)

ChatBoostRemoved

This object represents a boost removed from a chat.

(auto-generated)

Author

ForteScarlet

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "boost_id")
val boostId: String

Unique identifier of the boost

Link copied to clipboard
val chat: Chat

Chat which was boosted

Link copied to clipboard
@SerialName(value = "remove_date")
val removeDate: Int

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

Link copied to clipboard

Source of the removed boost