send_dm_to_group
Send a private direct message to a group conversation. Provide group ID and message text; optionally attach a media ID.
Instructions
Send a direct message to a group conversation.
Note: Sends a PRIVATE message. Do not bulk-call. X has aggressive anti-spam on DMs and may suspend the account.
Args: group_id: The group conversation ID. text: Message content (required, must not be empty). media_id: Optional media ID to attach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| text | Yes | ||
| media_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |