ChatBoostRemovedUpdate

@Serializable
data class ChatBoostRemovedUpdate(val updateId: UpdateIdentifier, val data: ChatBoostRemoved) : Update

Constructors

Link copied to clipboard
constructor(updateId: UpdateIdentifier, data: ChatBoostRemoved)

Properties

Link copied to clipboard
open override val data: ChatBoostRemoved
Link copied to clipboard
open override val updateId: UpdateIdentifier