Skip to main content
interface RawCurrentUserGuildsParams
import { type RawCurrentUserGuildsParams } from "https://deno.land/x/denord@0.1.0/raw/RawCurrentUserGuildsParams.ts";

Properties

optional
before: GuildId

get guilds before this guild ID DEFAULT: absent

optional
after: GuildId

get guilds after this guild ID DEFAULT: absent

optional
limit: integer

max number of guilds to return (1-100) DEFAULT: 100