List Reactions
Lists the reactors for an object.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
emoji
The emoji to list the reactors for. This can be the short name of the emoji (e.g. “joy”), or the code point (e.g. “1f602”).
object
The ID of the object to list reactors for.
cursor
The cursor to resume iteration from, otherwise if not provided, then
iteration starts from the beginning.
limit
The maximum number of reactors to return.
Response
Success.
reactors
The users that have reacted.
next_cursor
The cursor that should be used to iterate the next sequence of
results, otherwise if not set, then no elements exist after.