fetchReactionUsers abstract method

Stream<IUser> fetchReactionUsers(
  1. IEmoji emoji
)

Fetches the users that reacted to this message with a given emoji.

Implementation

Stream<IUser> fetchReactionUsers(IEmoji emoji);