messageReactionCount property

  1. @JsonKey(name: 'message_reaction_count')
MessageReactionCountUpdated? get messageReactionCount
inherited

Optional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates.

Implementation

@JsonKey(name: 'message_reaction_count')
MessageReactionCountUpdated? get messageReactionCount;