共用方式為


TopicChangedListener type

ChatAdapterSubscribers 'topicChanged' 事件的回呼。

type TopicChangedListener = (event: { topic: string }) => void