Open xernobyl opened 4 months ago
Added support to Sort by arrays of strings:
const { members } = await channel.queryMembers( {}, { channel_role: ['channel_moderator', 'channel_member'], name: 1 }, );
Now users should be able to query members sorted by role.
-
Size Change: 0 B
Total Size: 377 kB
compressed-size-action
CLA
Description of the changes, What, Why and How?
Added support to Sort by arrays of strings:
Now users should be able to query members sorted by role.
Changelog
-