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 bd885de commit 54089daCopy full SHA for 54089da
1 file changed
src/mastodon/rest/v1/account-repository.ts
@@ -101,6 +101,8 @@ export interface SearchAccountsParams {
101
readonly resolve?: boolean | null;
102
/** Only who the user is following. Defaults to false. */
103
readonly following?: boolean | null;
104
+ /** Skip the first n results. */
105
+ readonly offset?: number | null;
106
}
107
108
export interface LookupAccountParams {
0 commit comments