PatchWebhookMessage

constructor(content: String?, embeds: List<Embed> = emptyList(), fileContent: List<Byte>? = null, fileUploadEmbed: String? = null, allowedMentions: AllowedMentions = AllowedMentions.ALL, attachments: List<Attachment> = emptyList(), components: List<MessageComponent> = emptyList())(source)