EVENT_CONTACT_LEFT

const val EVENT_CONTACT_LEFT: String

Fired when a contact left the conversation

Usage: conversation.on(EVENT_CONTACT_LEFT) { val contact = it\[0\] as Contact.html }