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
/
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
.