v4
latestSwagger 2.02026-08-0343714211.7 MBmessage_comments
Message Comments
Show Message Comment
Show Message Comment
get/message_comments/{id}
Path parameters
idinteger required
Message Comment ID.
Response
The MessageComments object.
Example response
{
"id": 1,
"body": "What a great idea, thank you!",
"reactions": [
{
"id": 1,
"emoji": "👍"
}
]
}