onUserKickOutOfChatThread property

(void Function(ChatThreadEvent event)?) onUserKickOutOfChatThread
final

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.

Implementation

final void Function(
  ChatThreadEvent event,
)? onUserKickOutOfChatThread;