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