onChatThreadCreate property
final
~english Occurs when a message thread is created.
Each member of the group to which the message thread belongs can receive the callback. ~end
~chinese 子区创建回调。 ~end
Implementation
final void Function(
ChatThreadEvent event,
)? onChatThreadCreate;