Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/contact
SetContactRemarkParams
Interface SetContactRemarkParams
更新好友备注的输入参数。
interface
SetContactRemarkParams
{
userId
:
string
;
remark
:
string
;
}
Hierarchy (
View Summary
)
ContactMutationTarget
SetContactRemarkParams
Index
Properties
user
Id
remark
Properties
Readonly
user
Id
userId
:
string
目标用户 ID。
Readonly
remark
remark
:
string
好友备注,允许空字符串以清空备注。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
remark
IM SDK Web API 文档
Loading...
更新好友备注的输入参数。