Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/helpers/mod.ts>GetBans

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