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.
offset
1 parent 101c7ff commit 4ae3951Copy full SHA for 4ae3951
1 file changed
src/mastodon/rest/v2/search-repository.ts
@@ -18,6 +18,8 @@ export interface SearchParams extends DefaultPaginationParams {
18
readonly excludeUnreviewed?: boolean | null;
19
/** Only include accounts that the user is following. Defaults to false. */
20
readonly following?: boolean | null;
21
+ /** Skip the first n results. */
22
+ readonly offset?: number | null;
23
}
24
25
export interface SearchRepository {
0 commit comments