set User Ids Include Filter
Sets User IDs filter. GroupChannel list containing the passed User IDs and other members will be returned. This does not cooperate with other filters.
Parameters
user Ids
User
IDs to search as the member of the channels.
query Type
The logical operation options. If passed QueryType.AND with userIds = {A, B}
, the channels containing A AND B + other members will be returned. If QueryType.OR, the channels with A OR B + other members will be returned.