查询聊天室属性时的输入参数。

interface GetChatRoomAttributesInput {
    keys?: readonly string[];
}

Properties

Properties

keys?: readonly string[]

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