QueryChannelsRequest

constructor(    filter: FilterObject,     offset: Int = 0,     limit: Int,     querySort: QuerySorter<Channel> = QuerySortByField(),     messageLimit: Int = 0,     memberLimit: Int = 1)