FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekt spominjanja webhooka"
interface CommentUserMention { /** Id korisnika. Za SSO korisnike, bit će prefiksan vašim tenant id. **/ id: string /** The final @mention tag text, including the @ symbol. **/ tag: string /** The original @mention tag text, including the @ symbol. **/ rawTag: string /** Kakav tip korisnika je bio označen. user = FastComments.com account. sso = SSOUser. **/ type: 'user'|'sso' /** Ako se korisnik odjavi od notifikacija, ovo će i dalje biti postavljeno na true. **/ sent: boolean }
Result