FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Webhook Mentions Nesnesi"
interface CommentUserMention { /** Kullanıcı kimliği. SSO kullanıcıları için tenant kimliği ön eklenir. **/ id: string /** Son @mention etiket metni, @ sembolü dahil. **/ tag: string /** Orijinal @mention etiket metni, @ sembolü dahil. **/ rawTag: string /** Etiketlenen kullanıcının tipi. user = FastComments.com hesabı. sso = SSOUser. **/ type: 'user'|'sso' /** Kullanıcı bildirimlerden çıkmayı seçse bile, bu değer true olarak ayarlanır. **/ sent: boolean }
Result