聊天室属性快照。

interface ChatRoomAttributesSnapshot {
    chatRoomId: string;
    attributes: Readonly<Record<string, string>>;
}

Properties

chatRoomId: string

聊天室 ID。

attributes: Readonly<Record<string, string>>

当前属性键值对。