presence_reply
Reply to a post/comment as a Presence identity. Requires an attached session with valid auth cookies. CALL FORMAT: presence_reply({ identity_id: 'uuid', platform: 'x', target_id: 'tweet_id_here', content: 'Great point!' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Reply text. | |
| platform | Yes | Platform where the post lives. | |
| target_id | Yes | Post/tweet/comment ID to reply to. | |
| identity_id | Yes | Identity to reply as. |