Skip to main content

DiscordIntegrationApplication

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordIntegrationApplication

Interface: DiscordIntegrationApplication

https://discord.com/developers/docs/resources/guild#integration-application-object-integration-application-structure

Properties

bot?

optional bot: DiscordUser

The bot associated with this application

Defined in

packages/types/dist/types/discord.d.ts:220


description

description: string

The description of the app

Defined in

packages/types/dist/types/discord.d.ts:218


icon

icon: null | string

the icon hash of the app

Defined in

packages/types/dist/types/discord.d.ts:216


id

id: string

The id of the app

Defined in

packages/types/dist/types/discord.d.ts:212


name

name: string

The name of the app

Defined in

packages/types/dist/types/discord.d.ts:214