在没有更新消息的情况下更新聊天频道?

Updating a chat channel without update message?

我们使用 JS 在服务器端更新频道。

我们如何在不在聊天中发布消息的情况下更新频道?

https://getstream.io/chat/docs/channel_update/?language=js

签名如下:

channel.update(new_channel_data_object_to_be_merged, optional_update_message)

由于消息是可选的,您可以跳过它,只需提供数据,您就可以更新频道。