[Problem/Question]
I maintain a web chat page which is implemented with React-JS.
I’ve got a request to add {user.nickname} left message, when the user leaves the group channel. I found that I can use ChannelHandler.onUserLeft() to detect someone left the group channel, but cannot found a way to send an admin message. (Just like current {user.nickname} joined message).
Do you have any way to achieve this?
[UIKit Version]
@sendbird/uikit-react 3.0.0
