v5

latestOpenAPI 3.1.02026-08-082412321010.2 KB
chat

Atomically create group chat and send first message

Creates a new group chat room and sends the first message in a single operation. This endpoint is designed for mobile clients to avoid race conditions.

post/v1/chat/rooms/with-message

Request body

memberIdsstring[] required
namestring
imageUrlstring uri
messageType'text' | 'audio' required
contentstring nullable
clientMessageIdstring required
attachmentIdsstring[]

Response

Successful response