toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
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
?
)
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
?
)