kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-rest
/
dev.kord.rest.json.request
/
EmbedFooterRequest
Embed
Footer
Request
@
Serializable
data
class
EmbedFooterRequest
(
val
text
:
String
,
val
iconUrl
:
String
?
=
null
)
(
source
)
Members
Constructors
Embed
Footer
Request
Link copied to clipboard
constructor
(
text
:
String
,
iconUrl
:
String
?
=
null
)
Properties
icon
Url
Link copied to clipboard
@
SerialName
(
value
=
"icon_url"
)
val
iconUrl
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String