xchat_list_conversations
Fetch recent XChat encrypted DM conversations with message previews, timestamps, and unread status. Filter by unread only or limit results to manage private chats efficiently.
Instructions
List XChat (encrypted DM) conversations, newest activity first.
Note: returns PRIVATE message previews from your own machine.
Returns JSON conversations: conversation_id, name, screen_name,
preview (latest message text; [image attachment]-style placeholder
when the message carried no text), timestamp, unread.
Args: limit: Max conversations to return (1-500, default 50). unread_only: Only conversations with unread messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| unread_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |