diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
EmbedFooter
Embed
Footer
@
Serializable
data
class
EmbedFooter
(
val
text
:
String
,
var
iconUrl
:
String
?
=
null
,
var
iconProxyUrl
:
String
?
=
null
)
(
source
)
Members
Constructors
Embed
Footer
Link copied to clipboard
constructor
(
text
:
String
,
iconUrl
:
String
?
=
null
,
iconProxyUrl
:
String
?
=
null
)
Properties
icon
Proxy
Url
Link copied to clipboard
@
SerialName
(
value
=
"proxy_icon_url"
)
var
iconProxyUrl
:
String
?
icon
Url
Link copied to clipboard
@
SerialName
(
value
=
"icon_url"
)
var
iconUrl
:
String
?
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
val
text
:
String