interface GatewayInviteDeleteDispatchData {
    channel_id: string;
    code: string;
    guild_id?: string;
}

Properties

channel_id: string

The channel of the invite

code: string

The unique invite code

guild_id?: string

The guild of the invite