You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am working on a custom chat button inside sidebar
And looking for some api reference to check if there are some new messages appeared til last page load
Something like onNewMessage callback, just to show some visual tip for user, but on init
The text was updated successfully, but these errors were encountered:
We don’t have anything to check the unread message count on our API at the moment, unfortunately.
However, whenever there’s a new message, a message balloon will be shown, like this one:
It might be better to just allow this balloon to be shown whenever there’s a new message for the visitor, but it depends on the desired behavior of your custom button.
Hi! I am working on a custom chat button inside sidebar
And looking for some api reference to check if there are some new messages appeared til last page load
Something like
onNewMessage
callback, just to show some visual tip for user, but on initThe text was updated successfully, but these errors were encountered: