I was wondering if there was any posibility to use a callback pattern for getting chat messages instead of calling API periodically?
It would be great if we could just provide url to a method in our application which would be triggered whenever new message arrives.