Skip to main content
Module

x/harmony/src/types/gateway.ts>InviteCreatePayload

An easy to use Discord API Library for Deno.
Go to Latest
interface InviteCreatePayload
import { type InviteCreatePayload } from "https://deno.land/x/harmony@v2.9.0/src/types/gateway.ts";

Properties

channel_id: string
code: string
created_at: string
optional
guild_id: string
optional
inviter: UserPayload
max_age: number
max_uses: number
optional
target_user: UserPayload
optional
target_user_type: number
temporary: boolean
uses: number