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.messages
/
InlineEmbed
Inline
Embed
@
MessageBuilderDSL
class
InlineEmbed
(
val
builder
:
EmbedBuilder
)
(
source
)
Members
Constructors
Inline
Embed
Link copied to clipboard
constructor
(
embed
:
MessageEmbed
)
constructor
(
builder
:
EmbedBuilder
)
Types
Inline
Author
Link copied to clipboard
@
MessageBuilderDSL
class
InlineAuthor
Inline
Field
Link copied to clipboard
@
MessageBuilderDSL
class
InlineField
Inline
Footer
Link copied to clipboard
@
MessageBuilderDSL
class
InlineFooter
Properties
builder
Link copied to clipboard
val
builder
:
EmbedBuilder
color
Link copied to clipboard
var
color
:
Int
?
description
Link copied to clipboard
var
description
:
String
?
image
Link copied to clipboard
var
image
:
String
?
thumbnail
Link copied to clipboard
var
thumbnail
:
String
?
timestamp
Link copied to clipboard
var
timestamp
:
TemporalAccessor
?
title
Link copied to clipboard
var
title
:
String
?
url
Link copied to clipboard
var
url
:
String
?
Functions
author
Link copied to clipboard
inline
fun
author
(
name
:
String
?
=
null
,
url
:
String
?
=
null
,
iconUrl
:
String
?
=
null
,
build
:
InlineEmbed.InlineAuthor
.
(
)
->
Unit
=
{}
)
build
Link copied to clipboard
fun
build
(
)
:
MessageEmbed
field
Link copied to clipboard
inline
fun
field
(
name
:
String
=
EmbedBuilder.ZERO_WIDTH_SPACE
,
value
:
String
=
EmbedBuilder.ZERO_WIDTH_SPACE
,
inline
:
Boolean
=
true
,
build
:
InlineEmbed.InlineField
.
(
)
->
Unit
=
{}
)
footer
Link copied to clipboard
inline
fun
footer
(
name
:
String
?
=
null
,
iconUrl
:
String
?
=
null
,
build
:
InlineEmbed.InlineFooter
.
(
)
->
Unit
=
{}
)
Sets the footer, if
name
is not set