interface GatewayIntegrationDeleteDispatchData {
    application_id?: string;
    guild_id: string;
    id: string;
}

Properties

application_id?: string

ID of the bot/OAuth2 application for this Discord integration

guild_id: string

ID of the guild

id: string

Integration id