messageReaction property

  1. @JsonKey(name: 'message_reaction')
MessageReactionUpdated? get messageReaction
inherited

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

@JsonKey(name: 'message_reaction')
MessageReactionUpdated? get messageReaction;