Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/client/index.ts>CreateChannelInviteOptions

A package to interract with the Discord API coded by myself
Latest
interface CreateChannelInviteOptions
import { type CreateChannelInviteOptions } from "https://deno.land/x/higa@0.1.2/deno/client/index.ts";

Properties

optional
max_age: number
optional
max_uses: number
optional
temporary: boolean
optional
unique: boolean
optional
target_type: InviteTargetType
optional
target_user_id: string
optional
target_application_id: string