createReaction method

Future<void> createReaction(
  1. IEmoji emoji
)

Add reaction to message.

Implementation

Future<void> createReaction(IEmoji emoji) =>
    client.httpEndpoints.createMessageReaction(this.channel.id, this.id, emoji);