PLhery / node-twitter-api-v2

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
https://www.npmjs.com/package/twitter-api-v2
Apache License 2.0
1.29k stars 176 forks source link

[bug] TweetV2 properties are now outdated #383

Closed winstxnhdw closed 1 year ago

winstxnhdw commented 2 years ago

Please see: https://developer.twitter.com/en/docs/twitter-api/fields

The TweetV2 type is missing edit_history_tweet_ids. The API now returns the following by default.

{
  edit_history_tweet_ids: [ '1281390748091230' ],
  id: '123124235234532432',
  text: '@botname helloworld'
}