We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Funtcion header of V1.tweets is: TwitterApiv1ReadOnly.tweets(ids: string | string[], options?: TweetLookupNoMapV1Params): Promise<UserV1[]>
TwitterApiv1ReadOnly.tweets(ids: string | string[], options?: TweetLookupNoMapV1Params): Promise<UserV1[]>
however according to the documantation should be: Promise<TweetV1[]> or Promise<TweetLookupMapV1Result>
Promise<TweetV1[]>
Promise<TweetLookupMapV1Result>
https://github.com/PLhery/node-twitter-api-v2/blob/7eb6399ddba4eacb3a18c727119e539ada3b64cf/doc/v1.md#get-multiple-tweets
The text was updated successfully, but these errors were encountered:
Hello, thank you for your report.
Type modification will be patched and published soon :)
Sorry, something went wrong.
Available in 1.5.1.
No branches or pull requests
Funtcion header of V1.tweets is:
TwitterApiv1ReadOnly.tweets(ids: string | string[], options?: TweetLookupNoMapV1Params): Promise<UserV1[]>
however according to the documantation should be:
Promise<TweetV1[]>
orPromise<TweetLookupMapV1Result>
https://github.com/PLhery/node-twitter-api-v2/blob/7eb6399ddba4eacb3a18c727119e539ada3b64cf/doc/v1.md#get-multiple-tweets
The text was updated successfully, but these errors were encountered: