0

I am having issues in paginating the TWILIO Conversations and Its messages. I have tried to paginate but all the pages are giving same results. Can someone please help ?

$conversations = $twilio
    ->conversations
    ->v1
    ->services(TWILIO_CHAT_SERVICE_SID)
    ->conversations
    ->read($page_size, $page);
philnash
  • 70,667
  • 10
  • 60
  • 88
Bhavik Gajera
  • 43
  • 1
  • 7

0 Answers0