Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayInviteDeleteDispatchData

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

    Properties

    channel_id: string

    The channel of the invite

    code: string

    The unique invite code

    guild_id?: string

    The guild of the invite