diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
MessageEdit
Message
Edit
@
Serializable
data
class
MessageEdit
(
val
content
:
String
?
,
val
embeds
:
List
<
Embed
>
?
=
null
,
val
allowedMentions
:
AllowedMentions
=
AllowedMentions.ALL
)
(
source
)
Members
Constructors
Message
Edit
Link copied to clipboard
constructor
(
content
:
String
?
,
embeds
:
List
<
Embed
>
?
=
null
,
allowedMentions
:
AllowedMentions
=
AllowedMentions.ALL
)
Properties
allowed
Mentions
Link copied to clipboard
@
SerialName
(
value
=
"allowed_mentions"
)
val
allowedMentions
:
AllowedMentions
content
Link copied to clipboard
@
SerialName
(
value
=
"content"
)
val
content
:
String
?
embeds
Link copied to clipboard
@
SerialName
(
value
=
"embeds"
)
val
embeds
:
List
<
Embed
>
?
=
null