Twilio-检索聊天消息时使用分页

时间:2018-10-16 07:39:11

标签: twilio twilio-programmable-chat

我正在使用Twilio REST API通过可编程聊天服务发送和接收聊天消息。

我可以使用“限制”参数设置聊天记录的限制 例如

var messages = await MessageResource.ReadAsync( pathServiceSid: this.ServiceSID, pathChannelSid: this.SelectedChannel.ChannelSID, limit: 5 );

但是我如何转到下一页?

0 个答案:

没有答案