MessageReactionCountUpdated

data class MessageReactionCountUpdated(val chat: Chat, val messageId: Int, val date: Int, val reactions: List<ReactionCount> = emptyList())(source)

MessageReactionCountUpdated

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

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(chat: Chat, messageId: Int, date: Int, reactions: List<ReactionCount> = emptyList())

Properties

Link copied to clipboard
val chat: Chat

The chat containing the message

Link copied to clipboard
val date: Int

Date of the change in Unix time

Link copied to clipboard
@SerialName(value = "message_id")
val messageId: Int

Unique message identifier inside the chat

Link copied to clipboard

List of reactions that are present on the message