Channels
Messages
Edit a message
Updates an existing message. Only the message author can edit messages (or admins with proper permissions). Supports updating content, embeds, and attachments. Returns the updated message object. Maintains original message ID and timestamps.
patch/channels/{channel_id}/messages/{message_id}
Path parameters
channel_idstring snowflake required
The ID of the channel
message_idstring snowflake required
The ID of the message
Request body
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.