Skip to main content
Module

x/discordeno/helpers/mod.ts>GetBans

Discord API library for Deno
Go to Latest
interface GetBans
import { type GetBans } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.ts";

Properties

optional
limit: number

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

optional
before: bigint

Consider only users before given user id

optional
after: bigint

Consider only users after given user id