Skip to main content
POST
Create a new message in a conversation

Path Parameters

conversation
integer
required

Conversation ID

Body

application/json
message
string
required

Message text, may contain rich content markup

parent_id
integer | null

ID of the parent message when replying

Response

The created message.

id
integer
Example:

1

type
string
conversationId
integer
is_reply
boolean
parent
unknown
deleted
boolean
message
string
date
integer

Unix timestamp

edited_at
integer | null
reactions
object[]
author
object | null
files
object[]
voice
object | null