v8
latestOpenAPI 3.1.02026-08-033623795.0 MBReactions
Retrieve reaction
Retrieves the details of an existing reaction.
Required permissions:
- chat:read
get/reactions/{id}
Path parameters
idstring required
Example:reac_xxxxxxxxxxxxxxxxxxxxxx
The unique identifier of the reaction to retrieve.
Response
A successful response
Example response
{
"emoji": ":heart:",
"id": "reac_xxxxxxxxxxxxxxxxxxxxxx",
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}