Skip to main content
Latest
interface GetScheduledEventUsers
Re-export
import { type GetScheduledEventUsers } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
limit: number

how many users to receive from the event. Defaults to 100.

optional
withMember: boolean

Whether to also have member objects provided. Defaults to false.

optional
before: bigint

consider only users before given user id

optional
after: bigint

consider only users after given user id