Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/presence
SubscribedPresenceListRawResponse
Interface SubscribedPresenceListRawResponse
订阅列表原始响应(服务端返回)。
interface
SubscribedPresenceListRawResponse
{
result
?:
{
sublist
?:
readonly
{
uid
?:
string
;
expiry
?:
number
}
[]
;
totalnum
?:
number
;
}
;
}
Index
Properties
result?
Properties
Optional
Readonly
result
result
?:
{
sublist
?:
readonly
{
uid
?:
string
;
expiry
?:
number
}
[]
;
totalnum
?:
number
;
}
结果对象。
Type declaration
Optional
Readonly
sublist
?:
readonly
{
uid
?:
string
;
expiry
?:
number
}
[]
订阅条目列表。
Optional
Readonly
totalnum
?:
number
总条目数。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
IM SDK Web API 文档
Loading...
订阅列表原始响应(服务端返回)。