SendChatMessagePublicV1Request
Send a message
workspaceIdstring<flake-id>required
Workspace ID
Example:
w67Y89guchatIdstring<string-id>required
Chat ID, unique within a workspace
Example:
c56Y0kgimarkdownstringrequired
Message text
fileIdsstring[]nullable
IDs of files attached to the message
Example:
["f56Y0kgi","f56Y0kgi"]replyTostring<flake-id>
Message ID, unique within a workspace and chat
Example:
m56Y0kgiSendChatMessagePublicV1Request
{
"workspaceId": "w67Y89gu",
"chatId": "c56Y0kgi",
"markdown": "**Colleagues**, when will the task be ready?"
}