title: Get Reactions category: Channel
getReactions
$client->channel->getReactions($parameters);
Get a list of users that reacted with this emoji.
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
emoji | string | true | null |
before | snowflake | false | null |
after | snowflake | false | null |
limit | integer | false | 100 |
Returns an array of user objects on success.
Can Return: