Message Reaction Updated
@Serializable
This object represents a change of a reaction on a message performed by a user.
Constructors
Link copied to clipboard
constructor(chat: Chat, messageId: Long, user: User? = null, actorChat: Chat? = null, date: Instant, oldReaction: List<ReactionType>, newReaction: List<ReactionType>)