ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 570 forks source link

Reply to a tweet is possible? #547

Closed johan-perso closed 2 years ago

johan-perso commented 3 years ago

Twit is not maintained, so I think reply to a tweet is impossible due to the change of the Twitter API… Is this just or no ?

prphawk commented 3 years ago

You can reply to any tweet as long as you have its id. Here's an exemple: Bot.post('statuses/update', { status: string, in_reply_to_status_id: string | number}, (err, data: Twitter.Status, res) => { ... }