Skip to content

FetchGuildScheduledEventSubscribersOptions

typedef · Source

Options used to fetch subscribers of a guild scheduled event Type: Object

Properties

limit

optional

limit: number

The maximum numbers of users to fetch

withMember

optional

withMember: boolean

Whether to fetch guild member data of the users

before

optional

before: Snowflake

Consider only users before this user id

after

optional

after: Snowflake

Consider only users after this user id If both before and after are provided, only before is respected

Unofficial software. Not affiliated with or supported by Discord.