v8
OpenAPI 3.1.02026-08-033623795.0 MBReactions
List reactions
Returns a paginated list of emoji reactions on a specific message or forum post, sorted by most recent.
Required permissions:
- chat:read
get/reactions
Query parameters
afterstring nullable
Returns the elements in the list that come after the specified cursor.
beforestring nullable
Returns the elements in the list that come before the specified cursor.
firstinteger nullable
Returns the first n elements from the list.
Example:42
lastinteger nullable
Returns the last n elements from the list.
Example:42
resource_idstring required
The unique identifier of the message or forum post to list reactions for.
Response
A successful response
Example response
{
"data": [
{
"emoji": ":heart:",
"id": "reac_xxxxxxxxxxxxxxxxxxxxxx",
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}
]
}