OnReactionsHover typedef

OnReactionsHover = void Function(bool isHovering)

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

Implementation

// ignore: avoid_positional_boolean_parameters
typedef OnReactionsHover = void Function(bool isHovering);