Skip to main content
Module

x/discord_api_types/v9.ts>RESTGetAPIGuildBansQuery

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface RESTGetAPIGuildBansQuery
import { type RESTGetAPIGuildBansQuery } from "https://deno.land/x/discord_api_types@0.37.21/v9.ts";

Properties

optional
before: Snowflake

Consider only users before given user id

optional
after: Snowflake

Consider only users after given user id

optional
limit: number

Number of users to return (1-1000)