FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "אובייקט הזכרת משתמשים של Webhook"
interface CommentUserMention { /** מזהה המשתמש. עבור משתמשי SSO, יהיה מקודם ב-tenant id שלכם. **/ id: string /** הטקסט הסופי של תגית ה-@mention, כולל סמל ה-@. **/ tag: string /** הטקסט המקורי של תגית ה-@mention, כולל סמל ה-@. **/ rawTag: string /** איזה סוג משתמש זוהה בתג. user = חשבון FastComments.com. sso = SSOUser. **/ type: 'user'|'sso' /** אם המשתמש בחר שלא לקבל התראות, זה עדיין יוגדר כ-true. **/ sent: boolean }
Result