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