nicknameContainsFilter property

String? nicknameContainsFilter
getter/setter pair

Searches for GroupChannels with members whose nicknames contain the specified value. If you pass nickname such as "abc", then the returned channel list will be containing member like "abc". This does not cooperate with other filters.

Implementation

String? nicknameContainsFilter;