toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.components.utils
/
SelectContent
Select
Content
data
class
SelectContent
(
val
label
:
String
,
val
description
:
String
?
,
val
emoji
:
Emoji
?
)
(
source
)
Members
Constructors
Select
Content
Link copied to clipboard
constructor
(
label
:
String
,
description
:
String
?
,
emoji
:
Emoji
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
emoji
Link copied to clipboard
val
emoji
:
Emoji
?
label
Link copied to clipboard
val
label
:
String
Functions
to
Select
Option
Link copied to clipboard
fun
toSelectOption
(
value
:
String
)
:
SelectOption