CreateWebhookMessage
@Serializable
Constructors
Link copied to clipboard
constructor(content: String?, overrideUsername: String? = null, overrideAvatarUrl: String? = null, useTTS: Boolean = false, fileContent: List<Byte>? = null, embeds: List<Embed> = emptyList(), fileUploadEmbed: String? = null, allowedMentions: AllowedMentions = AllowedMentions.ALL, components: List<MessageComponent> = emptyList(), flags: InteractionCommandCallbackDataFlags = InteractionCommandCallbackDataFlags.NONE)