MessageEdit

@Serializable
data class MessageEdit(val content: String?, val embeds: List<Embed>? = null, val allowedMentions: AllowedMentions = AllowedMentions.ALL)(source)

Constructors

Link copied to clipboard
constructor(content: String?, embeds: List<Embed>? = null, allowedMentions: AllowedMentions = AllowedMentions.ALL)

Properties

Link copied to clipboard
@SerialName(value = "allowed_mentions")
val allowedMentions: AllowedMentions
Link copied to clipboard
@SerialName(value = "content")
val content: String?
Link copied to clipboard
@SerialName(value = "embeds")
val embeds: List<Embed>? = null