set Emoji Reaction
Sets message reaction data.
Parameters
List of reactions which the message has.
The callback to be invoked when the emoji reaction is clicked and held.
The callback to be invoked when the emoji reaction is long clicked and held.
The callback to be invoked when the emoji reaction more button is clicked and held. since 1.1.0
Sets message reaction data with total emoji count allowed for the message.
Parameters
List of reactions which the message has.
The total list of emojis allowed for this message. This value is used to compare whether `add` button should be displayed from the reactions view. Defaults to (.
The callback to be invoked when the emoji reaction is clicked and held.
The callback to be invoked when the emoji reaction is long clicked and held.
The callback to be invoked when the emoji reaction more button is clicked and held.