Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/push
GetConversationListByRemindTypeParams
Interface GetConversationListByRemindTypeParams
分页查询会话提醒类型参数。
interface
GetConversationListByRemindTypeParams
{
pageSize
:
number
;
cursor
?:
string
;
}
Index
Properties
page
Size
cursor?
Properties
Readonly
page
Size
pageSize
:
number
分页大小,必须为正整数。
Optional
Readonly
cursor
cursor
?:
string
下一页游标。首次查询时无需传入。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
page
Size
cursor
IM SDK Web API 文档
Loading...
分页查询会话提醒类型参数。