copy

fun copy(coverUrl: String? = this.coverUrl, coverImage: File? = this.coverImage, name: String? = this.name, channelUrl: String? = this.channelUrl, data: String? = this.data, customType: String? = this.customType, operatorUserIds: List<String>? = this.operatorUserIds, operators: List<User>? = this.operators, isEphemeral: Boolean? = this.isEphemeral): OpenChannelCreateParams