Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/minimal/deps.ts>GetBans

Discord API library for Node and Deno
Go to Latest
interface GetBans
Re-export
import { type GetBans } from "https://deno.land/x/discordeno_patched@18.0.2/template/minimal/deps.ts";

Properties

optional
limit: number

Number of users to return (up to maximum 1000). Default: 1000

optional
before: BigString

Consider only users before given user id

optional
after: BigString

Consider only users after given user id