Slash
0.12.0
jvm
Slash
/
tv.blademaker.slash
/
DiscoveryResult
Discovery
Result
data
class
DiscoveryResult
(
val
elapsedTime
:
Long
,
val
commands
:
List
<
BaseSlashCommand
>
)
Members
Constructors
Discovery
Result
Link copied to clipboard
constructor
(
elapsedTime
:
Long
,
commands
:
List
<
BaseSlashCommand
>
)
Properties
commands
Link copied to clipboard
val
commands
:
List
<
BaseSlashCommand
>
elapsed
Time
Link copied to clipboard
val
elapsedTime
:
Long