diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
EmbedAuthor
Embed
Author
@
Serializable
data
class
EmbedAuthor
(
val
name
:
String
,
var
authorUrl
:
String
?
=
null
,
var
authorImageUrl
:
String
?
=
null
,
var
authorImageProxyUrl
:
String
?
=
null
)
(
source
)
Members
Constructors
Embed
Author
Link copied to clipboard
constructor
(
name
:
String
,
authorUrl
:
String
?
=
null
,
authorImageUrl
:
String
?
=
null
,
authorImageProxyUrl
:
String
?
=
null
)
Properties
author
Image
Proxy
Url
Link copied to clipboard
@
SerialName
(
value
=
"proxy_icon_url"
)
var
authorImageProxyUrl
:
String
?
author
Image
Url
Link copied to clipboard
@
SerialName
(
value
=
"icon_url"
)
var
authorImageUrl
:
String
?
author
Url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
var
authorUrl
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String