FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Objekt Webhook omemb"
interface CommentUserMention { /** ID uporabnika. Pri SSO uporabnikih bo predpona vaš tenant id. **/ id: string /** Končno besedilo @mention oznake, vključno s simbolom @. **/ tag: string /** Izvirno besedilo @mention oznake, vključno s simbolom @. **/ rawTag: string /** Kakšne vrste uporabnik je bil omenjen. user = FastComments.com account. sso = SSOUser. **/ type: 'user'|'sso' /** Če se uporabnik odklopi od obvestil, bo to kljub temu nastavljeno na true. **/ sent: boolean }
Result