onRemoveFromConversationReceived

abstract fun onRemoveFromConversationReceived(    @NonNull conversationId: String,     @NonNull adminMsisdn: String,     @Nullable removedMsisdnList: List<String>,     @Nullable removedGroupId: List<String>)

Called when the backend notifies the client that a subscriber (whether a single user or a group) has been removed from a group conversation by the admin.

See also

Parameters

conversationId

The conversation ID

adminMsisdn

The international phone number of the admin

removedMsisdnList

The list of international phone numbers of the removed users

removedGroupId

The list of GroupIDs of the removed groups