edit_post
Edit an existing post by providing the chat ID, post number, and new text. Optionally update the quoted text or change the replied-to post.
Instructions
Edit an existing post.
Args: chat_id: Numeric chat ID. post_no: Post number to edit (must be authored by the token's user). text: New post text. quote: Optional quoted text override. reply_no: Optional change to which post this one replies to.
Returns: ToolResponse with the edited post's identity and new text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| quote | No | ||
| chat_id | Yes | ||
| post_no | Yes | ||
| reply_no | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |