Skip to main content
Module

x/biscuit/mod.ts>InviteCreate

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface InviteCreate
import { type InviteCreate } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

channelId: string
code: string
createdAt: string
optional
guildId: string
optional
inviter: User
maxAge: number
maxUses: number
targetType: TargetTypes
optional
targetUser: User
optional
targetApplication: Partial<Application>
temporary: boolean
uses: number