Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
UpdateChatRoomInfoParams
Interface UpdateChatRoomInfoParams
更新聊天室信息的参数。
interface
UpdateChatRoomInfoParams
{
name
?:
string
;
description
?:
string
;
maxMembers
?:
number
;
chatRoomId
:
string
;
}
Hierarchy (
View Summary
)
ChatRoomUpdateInfoInput
UpdateChatRoomInfoParams
Index
Properties
name?
description?
max
Members?
chat
Room
Id
Properties
Optional
Readonly
name
name
?:
string
更新后的聊天室名称。未传则不修改。
Optional
Readonly
description
description
?:
string
更新后的聊天室描述。未传则不修改。
Optional
Readonly
max
Members
maxMembers
?:
number
更新后的最大成员数。未传则不修改。
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。该参数必传。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
max
Members
chat
Room
Id
IM SDK Web API 文档
Loading...
更新聊天室信息的参数。