MessageReactionUpdated
data class MessageReactionUpdated(val chat: Chat, val messageId: Int, val user: User? = null, val actorChat: Chat? = null, val date: Int, val oldReaction: List<ReactionType> = emptyList(), val newReaction: List<ReactionType> = emptyList())(source)
This object represents a change of a reaction on a message performed by a user.
(auto-generated)
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(chat: Chat, messageId: Int, user: User? = null, actorChat: Chat? = null, date: Int, oldReaction: List<ReactionType> = emptyList(), newReaction: List<ReactionType> = emptyList())
Properties
Link copied to clipboard
Optional. The chat on behalf of which the reaction was changed, if the user is anonymous
Link copied to clipboard
Unique identifier of the message inside the chat
Link copied to clipboard
New list of reaction types that have been set by the user
Link copied to clipboard
Previous list of reaction types that were set by the user