communityType method

GetChannelQueryBuilder communityType()

Filter the community type channel

Implementation

GetChannelQueryBuilder communityType() {
  _types = [AmityChannelType.COMMUNITY];
  return this;
}