Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/contact
AddContactParams
Interface AddContactParams
添加好友的输入参数。
interface
AddContactParams
{
userId
:
string
;
message
?:
string
;
}
Hierarchy (
View Summary
)
ContactMutationTarget
AddContactParams
Index
Properties
user
Id
message?
Properties
Readonly
user
Id
userId
:
string
目标用户 ID。
Optional
Readonly
message
message
?:
string
可选的验证消息。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
message
IM SDK Web API 文档
Loading...
添加好友的输入参数。