copy

fun copy(order: GroupChannelListQueryOrder = this.order, includeEmpty: Boolean = this.includeEmpty, includeFrozen: Boolean = this.includeFrozen, includeMetadata: Boolean = this.includeMetadata, superChannelFilter: SuperChannelFilter = this.superChannelFilter, publicChannelFilter: PublicChannelFilter = this.publicChannelFilter, unreadChannelFilter: UnreadChannelFilter = this.unreadChannelFilter, hiddenChannelFilter: HiddenChannelFilter = this.hiddenChannelFilter, memberStateFilter: MyMemberStateFilter = this.myMemberStateFilter, metaDataOrderKeyFilter: String? = this.metaDataOrderKeyFilter, customTypeStartsWithFilter: String? = this.customTypeStartsWithFilter, channelUrlsFilter: List<String>? = this.channelUrlsFilter, channelNameContainsFilter: String? = this.channelNameContainsFilter, customTypesFilter: List<String>? = this.customTypesFilter, limit: Int = this.limit, includeChatNotification: Boolean = this.includeChatNotification, createdBefore: Long? = this.createdBefore, createdAfter: Long? = this.createdAfter): GroupChannelListQueryParams