interface APIMessageMentions {
    mentions: APIUser[];
}

Hierarchy (View Summary)

Properties

Properties

mentions: APIUser[]

Users specifically mentioned in the message

The member field is only present in MESSAGE_CREATE and MESSAGE_UPDATE events from text-based guild channels