onChatStateChanged

abstract fun onChatStateChanged(chat: Chat, state: ChatState)

Performs any actions that could be required depending on the chat state.

Parameters

chat

Chat service.

state

Chat state.