ApplicationCommand
Documentation / @discordeno/bot / ApplicationCommand
Interface: ApplicationCommand
Defined in: bot/src/transformers/types.ts:198
Properties
applicationId
applicationId:
bigint
Defined in: bot/src/transformers/types.ts:209
defaultMemberPermissions?
optional
defaultMemberPermissions:bigint
Defined in: bot/src/transformers/types.ts:204
description?
optional
description:string
Defined in: bot/src/transformers/types.ts:200
descriptionLocalizations?
optional
descriptionLocalizations:Partial
<Record
<Locales
,string
>>
Defined in: bot/src/transformers/types.ts:203
dmPermission
dmPermission:
boolean
Defined in: bot/src/transformers/types.ts:210
guildId?
optional
guildId:bigint
Defined in: bot/src/transformers/types.ts:201
id
id:
bigint
Defined in: bot/src/transformers/types.ts:207
name
name:
string
Defined in: bot/src/transformers/types.ts:208
nameLocalizations?
optional
nameLocalizations:Partial
<Record
<Locales
,string
>>
Defined in: bot/src/transformers/types.ts:202
options?
optional
options:ApplicationCommandOption
[]
Defined in: bot/src/transformers/types.ts:199
type?
optional
type:ApplicationCommandTypes
Defined in: bot/src/transformers/types.ts:205
version?
optional
version:string
Defined in: bot/src/transformers/types.ts:206