editMessage
Same as InteractionHook.editMessageById.
Parameters
ID of the followup message to edit, @original
is equivalent to InteractionHook.editOriginal
Content to override existing content, null
to remove the content
Embeds to override existing embeds, emptyList()
to remove all
Components to override existing components, emptyList()
to remove all
Files to override existing files, emptyList()
to remove all
true
to replace the entire message, false
to only replace specified parts
Additional configuration, can override the previously provided parameters
See also
Same as MessageChannel.editMessageById.
Parameters
ID of the message to edit
Content to override existing content, null
to remove the content
Embeds to override existing embeds, emptyList()
to remove all
Components to override existing components, emptyList()
to remove all
Files to override existing files, emptyList()
to remove all
true
to replace the entire message, false
to only replace specified parts
Additional configuration, can override the previously provided parameters