onChatThreadUpdate property

(void Function(EMChatThreadEvent event)?) onChatThreadUpdate
final

~english Occurs when a message thread is updated.

This callback is triggered when the message thread name is changed or a threaded reply is added or recalled.

Each member of the group to which the message thread belongs can receive the callback. ~end

~chinese 子区更新回调。 子区所属群组的所有成员均可调用该方法。 ~end

Implementation

final void Function(
  EMChatThreadEvent event,
)? onChatThreadUpdate;