onReactionsTap property

OnReactionsTap? onReactionsTap
final

The action to perform when a message's reactions are tapped.

Note: Only used in mobile devices (iOS and Android). Do not confuse this with the tap action on the reactions picker.

Implementation

final OnReactionsTap? onReactionsTap;