Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/push
MutedConversationPageResponse
Interface MutedConversationPageResponse
s 免打扰会话分页响应结果。
interface
MutedConversationPageResponse
{
conversations
:
readonly
MutedConversationItem
[]
;
cursor
:
string
;
}
Index
Properties
conversations
cursor
Properties
Readonly
conversations
conversations
:
readonly
MutedConversationItem
[]
当前页的免打扰会话列表。
Readonly
cursor
cursor
:
string
下一页游标。若为空字符串,则表示没有更多数据。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversations
cursor
IM SDK Web API 文档
Loading...
s 免打扰会话分页响应结果。