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