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

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