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

x/discordeno/helpers/guilds/mod.ts>GetBans

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