Group Channel sort order

Hi if we get data as per below query

new RestClient(baseurl + “/users/” + UserID + “/my_group_channels?limit=100&query_type=OR”);

Which order data will come?

Hello @Deepa_Test,

You can take a look at the parameter list here: | Chat Platform API | Sendbird Docs

Essentially it’s dependent on the order parameter. By default, it sorts chronologically.