MessageReactionCountUpdated

@Serializable
data class MessageReactionCountUpdated(val chat: Chat, val messageId: Long, val date: Instant, val reactions: List<ReactionCount>)

This object represents reaction changes on a message with anonymous reactions.

Api reference

Constructors

Link copied to clipboard
constructor(chat: Chat, messageId: Long, date: Instant, reactions: List<ReactionCount>)

Properties

Link copied to clipboard
val chat: Chat

The chat containing the message

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

Date of the change in Unix time

Link copied to clipboard

Unique message identifier inside the chat

Link copied to clipboard

List of reactions that are present on the message