标签: twilio twilio-programmable-chat
我正在使用Twilio REST API通过可编程聊天服务发送和接收聊天消息。
我可以使用“限制”参数设置聊天记录的限制 例如
var messages = await MessageResource.ReadAsync( pathServiceSid: this.ServiceSID, pathChannelSid: this.SelectedChannel.ChannelSID, limit: 5 );
但是我如何转到下一页?