Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupUpdateInfoInput
Interface GroupUpdateInfoInput
更新群组信息时的输入参数。
interface
GroupUpdateInfoInput
{
name
?:
string
;
description
?:
string
;
avatar
?:
string
;
ext
?:
string
;
}
Index
Properties
name?
description?
avatar?
ext?
Properties
Optional
Readonly
name
name
?:
string
更新后的群组名称。
Optional
Readonly
description
description
?:
string
更新后的群组描述。
Optional
Readonly
avatar
avatar
?:
string
更新后的群头像地址或标识。
Optional
Readonly
ext
ext
?:
string
更新后的群组扩展信息。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
avatar
ext
IM SDK Web API 文档
Loading...
更新群组信息时的输入参数。