messageReaction property

MessageReactionUpdated? get messageReaction

The message reaction from the update, if any.

This will be non-null when a user adds or removes a reaction.

Implementation

MessageReactionUpdated? get messageReaction => update.messageReaction;