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