Is it possible to query channel list sorted by custom type?
Is it possible to have multiple sort order in a single query?
Our use case:
Currently we have channels that has custom types “Support” and “Job”. We want the result to be Support channel on top sorted by latest_last_message followed by Job channels sorted by latest_last_message.
We can achieve this using 2 get channels api call but we want it to be on a single api call.