Type alias GetGuildScheduledEventUsers
GetGuildScheduledEventUsers: {
after?: string;
before?: string;
limit?: number;
with_member?: boolean;
}
Type declaration
-
Optional
after?: string
-
Optional
before?: string
-
Optional
limit?: number
-
Optional
with_member?: boolean