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

    Interface APIGuildIntegrationApplication

    interface APIGuildIntegrationApplication {
        bot?: APIUser;
        description: string;
        icon: null | string;
        id: string;
        name: string;
    }
    Index

    Properties

    bot?: APIUser

    The bot associated with this application

    description: string

    The description of the app

    icon: null | string

    The icon hash of the app

    id: string

    The id of the app

    name: string

    The name of the app