onGroupUserLeaveIndication property

OnGroupUserLeaveIndication? onGroupUserLeaveIndication
getter/setter pair

Notification of group user leaving.

Parameter groupId The group ID.

Parameter userId The user ID.

Parameter reason The reason of user leaving.

用户离开分组的通知。

Parameter groupId 分组标识。

Parameter userId 用户ID。

Parameter reason 用户离开原因。

Implementation

OnGroupUserLeaveIndication? onGroupUserLeaveIndication;