InteractionResponseModifyBuilder
Properties
Link copied to clipboard
The mentions in the message that are allowed to trigger a ping.
Link copied to clipboard
The attachment objects with filename and description.
Link copied to clipboard
The components to include with the message.
Link copied to clipboard
Up to 10 embeds (up to 6000 characters).
Link copied to clipboard
The files to include as attachments.
Link copied to clipboard
Optional custom MessageFlags.
Link copied to clipboard
Do not include any embeds when serializing this message.
Functions
Link copied to clipboard
Adds an action row configured by the builder to the components of the message.
Link copied to clipboard
Adds a file with name and contentProvider to files.
Link copied to clipboard
inline fun MessageBuilder.addFile(name: String, contentProvider: ChannelProvider, builder: AttachmentBuilder.() -> Unit): NamedFile
Adds a file with name and contentProvider to files.
Link copied to clipboard
Configures the mentions in the message that are allowed to trigger a ping.
Link copied to clipboard
Link copied to clipboard
inline fun MessageModifyBuilder.keepAttachment(id: Snowflake, builder: AttachmentBuilder.() -> Unit = {})
Keeps the attachment with the given id, so it will be present after editing the message.
Link copied to clipboard
Sets the flags for the message.
Link copied to clipboard