BotCommands
Toggle table of contents
3.0.0-beta.8
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.modals
/
Modals
Modals
@
InterfacedService
(
acceptMultiple
=
false
)
interface
Modals
(
source
)
Methods for modals and modal inputs
More details available on the
wiki
.
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
create
Link copied to clipboard
@
CheckReturnValue
abstract
fun
create
(
title
:
String
)
:
ModalBuilder
Creates a new modal.
create
Link copied to clipboard
inline
fun
Modals
.
create
(
title
:
String
,
block
:
InlineModal
.
(
)
->
Unit
)
:
Modal