send_my_chat_message
Send a message to a chat room and mention specified participants by providing the chat ID, message text, and recipient names.
Instructions
Send a message in a chat room.
Args:
chat_id: The chat room ID (required).
content: Message text (required).
recipients: Non-empty comma-separated participant names to @mention (required).
Must contain at least one name; empty string is not accepted.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| content | Yes | ||
| recipients | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |