Interface GetReactionsExtras

interface GetReactionsExtras {
    after?: string;
    limit?: number;
}

Properties

Properties

after?: string

Return users after this Id. You can use this to paginate through all the results.

limit?: number

Limit the number of results, defaults to 25, max 100 at the time of writing

Generated using TypeDoc