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