x_dm_read_conversation
Retrieve direct messages from X conversations, automatically handling encrypted and regular message retrieval for analysis or management purposes.
Instructions
Read messages from a DM conversation.
Automatically detects encrypted conversations (IDs starting with 'e')
and uses XChat GraphQL + decryption. Regular conversations use REST API.
Args:
conversation_id: The conversation ID
count: Max messages to fetch (default 50)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | ||
| count | No |