Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
GetChatRoomAttributesParams
Interface GetChatRoomAttributesParams
包含聊天室 ID 的属性查询参数。
interface
GetChatRoomAttributesParams
{
chatRoomId
:
string
;
keys
?:
readonly
string
[]
;
}
Hierarchy (
View Summary
)
ChatRoomMutationTarget
GetChatRoomAttributesParams
Index
Properties
chat
Room
Id
keys?
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。该参数必传。
Optional
Readonly
keys
keys
?:
readonly
string
[]
指定要查询的属性 key 列表。未传时查询全部属性。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
keys
IM SDK Web API 文档
Loading...
包含聊天室 ID 的属性查询参数。