interface FetchGuildScheduledEventsOptions {
    cache?: boolean;
    withUserCount?: boolean;
}

Properties

cache?: boolean
withUserCount?: boolean