We are looking at this api.
https://api.sendbird.com/admin/list_messaging_channels
with our payload:
{
"auth": APP_TOKEN,
"id": userid,
}
but the response is always.
[0]
is there something else we missed with the api?
We can't find something we can use to display all the previous chat channels with previous message in it. Please help thanks.