messageReaction property

MessageReactionUpdated? messageReaction
final

Optional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn't received for reactions set by bots.

Implementation

final MessageReactionUpdated? messageReaction;