GroupChatsListener

interface GroupChatsListener

Functions

Link copied to clipboard
abstract fun onGroupChatRemoved(chats: Chats, chat: Chat)

Performs any actions that could be required when a group Chat is removed.

Link copied to clipboard
abstract fun onGroupChatUpdated(chats: Chats, chat: Chat)

Performs any actions that could be required when a group Chat is updated.

Link copied to clipboard
abstract fun onNewGroupChat(chats: Chats, chat: Chat)

Performs any actions that could be required when a Chat of group type is added.