kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-core
/
dev.kord.core.cache.data
/
ApplicationCommandGroupData
Application
Command
Group
Data
@
Serializable
class
ApplicationCommandGroupData
(
val
name
:
String
,
val
description
:
String
,
val
subCommands
:
List
<
ApplicationCommandSubcommandData
>
)
(
source
)
Members
Constructors
Application
Command
Group
Data
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
subCommands
:
List
<
ApplicationCommandSubcommandData
>
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
sub
Commands
Link copied to clipboard
val
subCommands
:
List
<
ApplicationCommandSubcommandData
>