EVENT_JOIN_GROUP

const val EVENT_JOIN_GROUP: String

Fired when contact joins a group

Usage: contact.on(EVENT_JOIN_GROUP) { val group = it\[0\] as String }