send_message_to_group_chat
Send text, image, or file messages to a group chat using bot integrations. Supports markdown formatting, message quoting, and thread replies.
Instructions
Send a message to a group chat which the bot has been added to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| group_id | Yes | The ID of the group chat | |
| thread_id | No | The ID of the thread to send the message to | |
| quoted_message_id | No | The ID of the message to quote |