toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.components.utils
/
ButtonContent
/
Companion
/
fromEmoji
from
Emoji
@
JvmStatic
fun
fromEmoji
(
style
:
ButtonStyle
,
emoji
:
Emoji
)
:
ButtonContent
(
source
)
Constructs a
ButtonContent
with an
Emoji
.
@
JvmStatic
fun
fromEmoji
(
style
:
ButtonStyle
,
label
:
String
,
emoji
:
Emoji
)
:
ButtonContent
(
source
)
Constructs a
ButtonContent
with a label and an
Emoji
.