Skip to main content

ApplicationCommand

Documentation


Documentation / @discordeno/bot / ApplicationCommand

Interface: ApplicationCommand

Defined in: bot/src/transformers/types.ts:200

Properties

applicationId

applicationId: bigint

Defined in: bot/src/transformers/types.ts:211


defaultMemberPermissions?

optional defaultMemberPermissions: bigint

Defined in: bot/src/transformers/types.ts:206


description

description: string

Defined in: bot/src/transformers/types.ts:202


descriptionLocalizations?

optional descriptionLocalizations: Partial<Record<Locales, string>>

Defined in: bot/src/transformers/types.ts:205


dmPermission

dmPermission: boolean

Defined in: bot/src/transformers/types.ts:212


guildId?

optional guildId: bigint

Defined in: bot/src/transformers/types.ts:203


id

id: bigint

Defined in: bot/src/transformers/types.ts:209


name

name: string

Defined in: bot/src/transformers/types.ts:210


nameLocalizations?

optional nameLocalizations: Partial<Record<Locales, string>>

Defined in: bot/src/transformers/types.ts:204


options?

optional options: ApplicationCommandOption[]

Defined in: bot/src/transformers/types.ts:201


type?

optional type: ApplicationCommandTypes

Defined in: bot/src/transformers/types.ts:207


version

version: string

Defined in: bot/src/transformers/types.ts:208