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 prefiksiran ID vašeg zakupca. **/ id: string /** Konačni 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 obaveštenja, ovo će i dalje biti postavljeno na true. **/ sent: boolean }
Result