Users

List mentions for current user

Retrieves messages where the current user was mentioned. Supports filtering by role mentions, everyone mentions, and specific guilds. Returns paginated list of messages.

get/users/@me/mentions

Query parameters

limitstring

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

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

rolesstring

Whether to include role mentions

Whether to include role mentions

everyonestring

Whether to include @everyone mentions

Whether to include @everyone mentions

guildsstring

Whether to include guild mentions

Whether to include guild mentions

string snowflake
OR
integer

Get mentions before this message ID

Response

Success

idstring snowflake required
channel_idstring snowflake required
webhook_idstring snowflake
type0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 19 required

The type of message

flagsinteger required

The bitwise flags of the original message

contentstring required

The text content of the message

timestampstring date-time required

The ISO 8601 timestamp of when the message was created

edited_timestampstring date-time nullable

The ISO 8601 timestamp of when the message was last edited

pinnedboolean required

Whether the message is pinned

mention_everyoneboolean required

Whether the message mentions @everyone

ttsboolean required

Whether the message was sent as text-to-speech

mention_rolesstring[] required

The role IDs mentioned in the message

noncestring nullable

A client-provided value for message deduplication

Changes