interface FetchReactionUsersOptions

export interface FetchReactionUsersOptions

Options used to fetch users who gave a reaction.

optional
after? : Snowflake

Limit fetching users to those with an id greater than the supplied id

optional
limit? : number

The maximum amount of users to fetch, defaults to 100