yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.interaction.message.selectmenu.types.string
/
StringSelectMenuOption
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
invoke
Link copied to clipboard
fun
invoke
(
label
:
String
,
value
:
String
,
description
:
String
?
=
null
,
emoji
:
Emoji
?
=
null
,
default
:
Boolean
=
false
)
:
StringSelectMenuImpl.StringSelectMenuOptionCreator
Creates a new
StringSelectMenuOption
with the given
label
and
value
.