interface FetchGuildScheduledEventOptions

export interface FetchGuildScheduledEventOptions extends BaseFetchOptions

Options used to fetch a single guild scheduled event from a guild.

optional
cache? : boolean

Whether to cache the fetched data if it wasn't already

Inherited from: BaseFetchOptions

optional
force? : boolean

Whether to skip the cache check and request the API

Inherited from: BaseFetchOptions

guildScheduledEvent : GuildScheduledEventResolvable

The guild scheduled event to fetch

optional
withUserCount? : boolean

Whether to fetch the number of users subscribed to the scheduled event