CreateMessage
@Serializable
Constructors
Link copied to clipboard
constructor(content: String, nonce: String? = null, tts: Boolean = false, fileContent: List<Byte>? = null, embeds: List<Embed> = emptyList(), fileUploadEmbed: String? = null, allowedMentions: AllowedMentions = AllowedMentions.ALL, messageReference: MessageReference? = null, messageComponents: List<ActionRow>? = null)