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.24k stars 174 forks source link

[bug] DX: most_recent_tweet_id missing from UserV2 #510

Open hgeldenhuys opened 5 months ago

hgeldenhuys commented 5 months ago

Description most_recent_tweet_id is on the V2 API, but the SDK isn't defining the property on UserV2 object

Try using version 1.15.2 of twitter-api-v2: image

Expected behavior The property is available on the V2 API:

image

Version