FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekt spominjanja u webhooku"
interface CommentUserMention { /** ID korisnika. Za SSO korisnike bit će prefiksan vašim tenant id. **/ id: string /** Konačni tekst @mention taga, uključujući simbol @. **/ tag: string /** Izvorni tekst @mention taga, uključujući simbol @. **/ rawTag: string /** Koja vrsta korisnika je označena. user = FastComments.com račun. sso = SSOUser. **/ type: 'user'|'sso' /** Ako se korisnik odjavi od obavijesti, ovo će i dalje biti postavljeno na true. **/ sent: boolean }
Result