ChannelMessageWithSource

@Serializable
@SerialName(value = "4")
data class ChannelMessageWithSource(val data: ChannelMessageWithSource.Data) : InteractionResponse(source)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class Data(val tts: Boolean = false, val content: String? = null, val embeds: List<Embed> = emptyList(), val allowedMentions: AllowedMentions? = null, val flags: InteractionCommandCallbackDataFlags = InteractionCommandCallbackDataFlags.NONE, val components: List<MessageComponent> = emptyList(), val attachments: List<Attachment> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val type: Int = 4