Interface GetConversationListByRemindTypeParams

分页查询会话提醒类型参数。

interface GetConversationListByRemindTypeParams {
    pageSize: number;
    cursor?: string;
}

Properties

Properties

pageSize: number

分页大小,必须为正整数。

cursor?: string

下一页游标。首次查询时无需传入。