Skip to main content
Module

x/biscuit/mod.ts>DiscordInviteMetadata

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

Properties

uses: number

Number of times this invite has been used

max_uses: number

Max number of times this invite can be used

max_age: number

Duration (in seconds) after which the invite expires

temporary: boolean

Whether this invite only grants temporary membership

created_at: string

When this invite was created

uses: number

Number of times this invite has been used

max_uses: number

Max number of times this invite can be used

max_age: number

Duration (in seconds) after which the invite expires

temporary: boolean

Whether this invite only grants temporary membership

created_at: string

When this invite was created