onParticipantsUpdated

abstract fun onParticipantsUpdated(chat: Chat, participants: List<ChatContact>)

Performs any actions that could be required when chat participants are updated.

Parameters

chat

Chat service.

participants

participants list updated.