List Reactions

GET

Lists the reactors for an object.

Query parameters

emojistringRequired

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”).

objectstringRequired

The ID of the object to list reactors for.

cursorstringOptional

The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.

limitintegerOptional

The maximum number of reactors to return.

Response

Success.

reactorslist of objects

The users that have reacted.

next_cursorstringOptional

The cursor that should be used to iterate the next sequence of results, otherwise if not set, then no elements exist after.

Built with