Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias InviteMetadata
Re-export
import { type InviteMetadata } from "https://deno.land/x/discordeno@17.0.1/helpers/guilds/invites/mod.ts";
definition: BaseInvite & { uses: number; maxUses: number; maxAge: number; temporary: boolean; createdAt: number; }