toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
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
>