toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
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