onUserKickOutOfChatThread property

void Function(ChatThreadEvent event)? onUserKickOutOfChatThread
final

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

Implementation

final void Function(
  ChatThreadEvent event,
)? onUserKickOutOfChatThread;