screenshot_chat
Generate a dark-mode QQ-style screenshot of chat messages starting from a specified message. Returns a base64-encoded PNG image, automatically filling or truncating to fit one screen.
Instructions
Take a QQ-style screenshot of chat messages starting from a specific message.
Renders messages as a dark-mode QQ chat screenshot (iPhone style) and returns a base64-encoded PNG image.
The screenshot starts from the given message_id and renders downward. If the messages fit on one screen, earlier messages are prepended to fill the screen (bottom-aligned). If they overflow, later messages are cut off at the bottom.
Args: target: Group ID or friend QQ ID. message_id: The message ID to start rendering from. target_type: "group" (default) or "private".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| message_id | Yes | ||
| target_type | No | group |