Users

List saved messages

Retrieves all messages saved by the current user. Messages are saved privately for easy reference. Returns paginated list of saved messages with metadata.

get/users/@me/saved-messages

Query parameters

limitstring

Maximum number of saved messages to return (1-100, default 25)

Response

Success

idstring required

Unique identifier for the saved message entry

channel_idstring required

ID of the channel containing the message

message_idstring required

ID of the saved message

status'available' | 'missing_permissions' required

Availability status of the saved message

Changes

No recorded changes to this endpoint across all 1 revision of this API.