BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.components
/
InlineActionRow
Inline
Action
Row
class
InlineActionRow
:
InlineComponent
(
source
)
Members
Constructors
Inline
Action
Row
Link copied to clipboard
constructor
(
)
Properties
components
Link copied to clipboard
val
components
:
<Error class: unknown class>
unique
Id
Link copied to clipboard
open
override
var
uniqueId
:
Int
Unique identifier of this component, see Component.withUniqueId
Functions
build
Link copied to clipboard
fun
build
(
)
:
ActionRow
link
Button
Link copied to clipboard
fun
linkButton
(
url
:
String
,
label
:
String
?
=
null
,
emoji
:
Emoji
?
=
null
,
disabled
:
Boolean
=
false
)