FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekat Webhook Mentions"
interface CommentUserMention { /** Id korisnika. Za SSO korisnike, biće prefiksovan vašim tenant id-jem. **/ id: string /** Finalni tekst @mention taga, uključujući simbol @. **/ tag: string /** Originalni tekst @mention taga, uključujući simbol @. **/ rawTag: string /** Koji tip korisnika je označen. user = FastComments.com nalog. sso = SSOUser. **/ type: 'user'|'sso' /** Ako se korisnik odjavi od notifikacija, ovo će i dalje biti postavljeno na true. **/ sent: boolean }
Result