Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/presence
SubscribePresenceRawResponse
Interface SubscribePresenceRawResponse
订阅/查询在线状态原始响应(服务端返回)。
interface
SubscribePresenceRawResponse
{
result
?:
readonly
{
uid
?:
string
;
status
?:
Record
<
string
,
unknown
>
;
ext
?:
string
;
last_time
?:
number
;
expiry
?:
number
;
}
[]
;
}
Index
Properties
result?
Properties
Optional
Readonly
result
result
?:
readonly
{
uid
?:
string
;
status
?:
Record
<
string
,
unknown
>
;
ext
?:
string
;
last_time
?:
number
;
expiry
?:
number
;
}
[]
结果列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
IM SDK Web API 文档
Loading...
订阅/查询在线状态原始响应(服务端返回)。