Creates a user mention with shorthand syntax.
The user ID to mention
Optional
Additional options for the mention
Text annotations (bold, italic, etc.)
URL for the mention
// Simple user mentionmentionUser("user_123")// User mention with annotationsmentionUser("user_123", { annotations: { bold: true, color: "blue" } }) Copy
// Simple user mentionmentionUser("user_123")// User mention with annotationsmentionUser("user_123", { annotations: { bold: true, color: "blue" } })
Creates a user mention with shorthand syntax.