I am building a chatting feature in my App, however, when I am trying to create an overview page similar to below
As you can see, I need to fetch a data which has all my channels and each channel has last message and another member's attribute.
I have been searching for this API in Twilio Doc, but it seems it's not there.
I tried to achieve this by using this SDK client List User Channel Descriptors
And RESTful API Read multiple UserChannel resources
However, I just couldn't get the last message of each channel. Am I looking into the wrong place?
Hopefully there will be answer for this, cheers.