send_message
Send a message as the bot to a conversation. Content is encrypted server-side. Use conversation ID 0 to broadcast to all assigned conversations.
Instructions
Send a message to a conversation as the bot.
The message is sent on behalf of the bot assigned to the conversation. Content is plaintext — the server encrypts it before storage.
Args: content_message: Message content (plaintext, encrypted server-side) id_conversation: Conversation ID (0 = broadcast to all assigned conversations)
Returns: JSON string — server confirmation with message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_message | Yes | ||
| id_conversation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |