v4

latestSwagger 2.02026-08-0343714211.7 MB
message_comments
Message Comments

Create Message Comment

Create Message Comment

post/message_comments

Response

The MessageComments object.

idinteger

Message Comment ID

bodystring

Comment body.

Example response

{
  "id": 1,
  "body": "What a great idea, thank you!",
  "reactions": [
    {
      "id": 1,
      "emoji": "👍"
    }
  ]
}