We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db3a0f commit c544516Copy full SHA for c544516
src/types/v2/tweet.v2.types.ts
@@ -21,7 +21,6 @@ export interface TweetV2TimelineParams extends Partial<Tweetv2FieldsParams> {
21
}
22
23
export interface Tweetv2SearchParams extends TweetV2TimelineParams {
24
- previous_token?: string;
25
query: string;
26
sort_order?: 'recency' | 'relevancy';
27
0 commit comments