包含聊天室 ID 的属性查询参数。

interface GetChatRoomAttributesParams {
    chatRoomId: string;
    keys?: readonly string[];
}

Hierarchy (View Summary)

Properties

Properties

chatRoomId: string

聊天室 ID。该参数必传。

keys?: readonly string[]

指定要查询的属性 key 列表。未传时查询全部属性。