Tweets and Replies by userId
get_user_userId_tweetsAndRepliesReceive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around. Group: User. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The default count is 20. You can specify a custom one here. | |
| cursor | No | At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list. | |
| userId | Yes | ||
| username | No | If you provide a username value it will automatically be picked and the userId is ignored |