onUserKickOutOfChatThread property

(void Function(EMChatThreadEvent event)?) onUserKickOutOfChatThread
final

~english Occurs when the current user is removed from the message thread by the group owner or a group admin to which the message thread belongs. ~end

~chinese 管理员移除子区用户的回调。 ~end

Implementation

final void Function(
  EMChatThreadEvent event,
)? onUserKickOutOfChatThread;