export interface FetchReactionUsersOptions
Options used to fetch users who gave a reaction.
optionalSnowflake after? :
Limit fetching users to those with an id greater than the supplied id
optionalnumber = 100 limit? :
The maximum amount of users to fetch, defaults to 100
optionalReactionType = ReactionType.Normal type? :
The reaction type to fetch