list_direct_messages
Retrieve direct message conversations with a specific user in GroupMe, allowing filtering by message ID to access historical or recent exchanges.
Instructions
List direct messages with another user.
Args:
other_user_id: The ID of the other user in the conversation.
before_id: Return messages created before this message ID.
since_id: Return messages created after this message ID.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| other_user_id | Yes | ||
| before_id | No | ||
| since_id | No |