toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.utils
/
DiscordWebhookEmbed
Discord
Webhook
Embed
@
Serializable
data
class
DiscordWebhookEmbed
(
val
author
:
Author
?
=
null
,
val
title
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
color
:
Int
?
=
Integer.valueOf(Integer.toHexString(Color.GREEN.rgb).substring(2), 16)
)
Members
Constructors
Discord
Webhook
Embed
Link copied to clipboard
constructor
(
author
:
Author
?
=
null
,
title
:
String
?
=
null
,
url
:
String
?
=
null
,
description
:
String
?
=
null
,
color
:
Int
?
=
Integer.valueOf(Integer.toHexString(Color.GREEN.rgb).substring(2), 16)
)
Properties
author
Link copied to clipboard
val
author
:
Author
?
=
null
color
Link copied to clipboard
val
color
:
Int
?
description
Link copied to clipboard
val
description
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null