Skip to main content
Module

x/discordeno/mod.ts>GetBans

Discord API library for Deno
Latest
interface GetBans
Re-export
import { type GetBans } from "https://deno.land/x/discordeno@18.0.1/mod.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