Skip to main content

Module write

Module write 

Source
Expand description

Stateless write operations over &dyn XApiClient.

Raw posting, replying, quoting, deleting, and thread operations. No policy enforcement, no audit logging, no mutation recording. Those concerns belong in the workflow layer (AD-04).

Functionsยง

delete_tweet
Delete a tweet by ID.
post_thread
Post a thread (ordered sequence of tweets).
post_tweet
Post a new tweet, optionally with media.
quote_tweet
Post a quote tweet referencing another tweet.
reply_to_tweet
Reply to an existing tweet, optionally with media.