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