Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/helpers/mod.ts>BaseInvite

Discord API library for Node and Deno
Latest
type alias BaseInvite
Re-export
import { type BaseInvite } from "https://deno.land/x/discordeno_patched@18.0.3/helpers/mod.ts";
definition: { code: string; guildId?: BigString; channelId?: BigString; inviter?: User; targetType?: TargetTypes; targetUser?: User; targetApplicationId?: BigString; approximatePresenceCount?: number; approximateMemberCount?: number; expiresAt?: number; guildScheduledEvent?: ScheduledEvent; }