SystemCore
Toggle table of contents
2.1.3
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.utils.discord
/
EmbedObject
/
Author
Author
data
class
Author
(
val
name
:
String
,
val
url
:
String
?
,
val
iconUrl
:
String
?
)
Members
Constructors
Author
Link copied to clipboard
constructor
(
name
:
String
,
url
:
String
?
,
iconUrl
:
String
?
)
Properties
icon
Url
Link copied to clipboard
val
iconUrl
:
String
?
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
String
?