toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.commands.application.context.message.options.builder
Package-level
declarations
Types
Functions
Types
Message
Command
Option
Aggregate
Builder
Link copied to clipboard
interface
MessageCommandOptionAggregateBuilder
:
ApplicationCommandOptionAggregateBuilder
<
MessageCommandOptionAggregateBuilder
>
,
MessageCommandOptionRegistry
Message
Command
Option
Builder
Link copied to clipboard
interface
MessageCommandOptionBuilder
:
ApplicationCommandOptionBuilder
Message
Command
Option
Registry
Link copied to clipboard
interface
MessageCommandOptionRegistry
:
ApplicationOptionRegistry
<
MessageCommandOptionAggregateBuilder
>
Functions
inline
Class
Option
Link copied to clipboard
inline
fun
<
T
:
Any
>
MessageCommandOptionRegistry
.
inlineClassOption
(
declaredName
:
String
)
fun
MessageCommandOptionRegistry
.
inlineClassOption
(
declaredName
:
String
,
clazz
:
KClass
<
*
>
)
Declares an input option encapsulated in an inline class.