获取会话配置

1.0.0

interface IGetConversationOption {
    time: number;
    count: number;
}

Properties

Properties

time: number

会话的毫秒时间戳,返回小于该时间的会话;如果为 0,则查询全部。当分页时,可以传入上一次查询的最后一条消息的发送时间

count: number

获取的数量(当实际取回的会话数量小于 count 值时,表明已取完数据)