types method

Filter the channel with channel type

Implementation

GetChannelQueryBuilder types(List<AmityChannelType> types) {
  _types = types;
  return this;
}