send_message
Send messages to chats on the Pararam.io platform, optionally replying to or quoting existing messages to facilitate communication.
Instructions
Send a message to a chat.
Args: chat_id: ID of the chat to send message to text: Message text to send reply_to_message_id: Post number to reply to (optional) quote_text: Text to quote from the replied message (optional, only used with reply_to_message_id)
Returns: ToolResponse with SendMessagePayload containing sent message details including message ID and timestamp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| text | Yes | ||
| reply_to_message_id | No | ||
| quote_text | No |