tiktok_reply
Sends a reply through TikTok's chat composer by typing the message and tapping send. Optionally use dry run to preview without sending.
Instructions
[advanced] Reply through TikTok's real chat composer. With dryRun:false, opens the chat, types into ChatInputTextView, taps 傳送, and succeeds only after the exact text is re-read from live message models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reply text | |
| dryRun | No | Default true — set false to send a real reply | |
| peerUid | No | Fallback for Message Requests without a conversationId | |
| conversationId | No | Conversation returned by tiktok_inbox | |
| confirmTimeoutMs | No | Exact-text re-read timeout; default 15000, max 30000 |