ChatMessageReactionUpdatedUpdate

@Serializable
data class ChatMessageReactionUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMessageReactionUpdated) : Update

Constructors

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

Properties

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