setUserIdsIncludeFilter

fun setUserIdsIncludeFilter(userIds: List<String>?, queryType: QueryType)

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

userIds

User IDs to search as the member of the channels.

queryType

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.

See also