MessageReactions

The reactions of a user to a messages in a group.

PROPERTIES
chat: ChatP

The chat containing the message the user reacted to.

messageId: number

The message’s identifier.

user?: User

The user who changed their reactions to the message. Unset if done on behalf of a chat.

actorChat?: ChatP

The chat that changed its reactions to the message. Unset if done on behalf of a user.

date: Date

The point in time in which the change was made.

oldReactions: Reaction[]

The previous reactions.

newReactions: Reaction[]

The current reactions.