BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.components.utils
Package-level
declarations
Types
Types
Button
Content
Link copied to clipboard
data
class
ButtonContent
(
val
style
:
ButtonStyle
,
val
label
:
String
?
,
val
emoji
:
Emoji
?
,
val
disabled
:
Boolean
)
Represents the visual content of a
Button
, this contains at least an
Emoji
or a
String
Select
Content
Link copied to clipboard
data
class
SelectContent
(
val
label
:
String
,
val
description
:
String
?
,
val
emoji
:
Emoji
?
)