Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchReactionUsersOptions

Options for when fetching the users that reacted with a particular emoji

Hierarchy

  • FetchReactionUsersOptions

Index

Properties

Properties

Optional after

after: Snowflake

Get users after this user ID

Optional before

before: Snowflake

Get users before this user ID

Optional limit

limit: undefined | number

Max number of users to return (1-100)

Generated using TypeDoc