MessageReactionCountUpdated
data class MessageReactionCountUpdated(val chat: Chat, val messageId: Int, val date: Int, val reactions: List<ReactionCount> = emptyList())(source)
This object represents reaction changes on a message with anonymous reactions.
(auto-generated)
Author
ForteScarlet