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.25k stars 175 forks source link

Not returning usernames on direct message[bug] #449

Open vforv opened 1 year ago

vforv commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce try:

const ms = await client.v2.listDmEvents({'user.fields': 'username'})
console.log(ms.data)

Expected behavior should reuturn username with messages

Version node v16.19.0 Ubuntu