Channels
Messages

Acknowledge a message

Marks a message as read and records acknowledgement state. Only available for regular user accounts. Updates mention count if provided. Returns 204 No Content on success.

post/channels/{channel_id}/messages/{message_id}/ack

Path parameters

string snowflake required
OR
integer required

The ID of the channel

string snowflake required
OR
integer required

The ID of the message

Request body

mention_countinteger
manualboolean

Whether this is a manual acknowledgement

Response

No Content

Changes