export interface FetchReactionUsersOptionsOptions used to fetch users who gave a reaction.
optionalafter? : Snowflake
Limit fetching users to those with an id greater than the supplied id
optionallimit? : number
The maximum amount of users to fetch, defaults to 100 (default: 100)
optionaltype? : ReactionType
The reaction type to fetch (default: ReactionType.Normal)