Description
Is your feature request related to a problem? Please describe.
When a new dialog was created and user was online, where can we listen for that? So we can append the new dialog to current dialog list data.
The problem was, when targeted user online and new dialog created, when we sent message to the user, we only got dialogId in CubeMessage class(in CubeChatConnection.instance.chatMessagesManager listener), so can't display the dialog name and photo properly.
Describe the solution you'd like
I've try to look at the docs seems like there's no API for it, it would be nice if we have a dialog listener just like messages stream listener.
Describe alternatives you've considered
Do you have any tips for listen to new dialog created? Worry if i don't check the docs clearly