ChatBoostUpdatedUpdate

@Serializable
data class ChatBoostUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatBoostUpdated) : Update

Constructors

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

Properties

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