Optionalfilteroptional filter to be used. E.g only admins filter or only banned members filter. PS : some filters need more permissions.
Optionallimithow many members to retrieve. defaults to Number.MAX_SAFE_INTEGER (everyone)
Optionaloffsethow many members to skip. defaults to 0
Optionalsearcha query string to filter participants based on their display names and usernames. defaults to "" (everyone)
Optionalshowwhether to call an extra request (GetFullChannel) to show the total of users in the group/channel. if set to false total will be 0
Used in iterParticipant and getParticipant. all params are optional.