FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Webhook Mention Nesnesi"
interface CommentUserMention { /** Kullanıcı id'si. SSO kullanıcıları için tenant id ile öneklenmiş olacaktır. **/ id: string /** Son @mention etiket metni, @ sembolü dahil. **/ tag: string /** Orijinal @mention etiket metni, @ sembolü dahil. **/ rawTag: string /** Hangi tür kullanıcı etiketlendi. user = FastComments.com hesabı. sso = SSOUser. **/ type: 'user'|'sso' /** Kullanıcı bildirimlerden çıkmış olsa bile bu yine de true olarak ayarlanır. **/ sent: boolean }
Result