copy

fun copy(coverUrl: String? = this.coverUrl, coverImage: File? = this.coverImage, userIds: List<String> = this.userIds, users: List<User> = this.users, operatorUserIds: List<String>? = this.operatorUserIds, operators: List<User>? = this.operators, isSuper: Boolean? = this.isSuper, isBroadcast: Boolean? = this.isBroadcast, isExclusive: Boolean? = this.isExclusive, isPublic: Boolean? = this.isPublic, isEphemeral: Boolean? = this.isEphemeral, isDistinct: Boolean? = this.isDistinct, isDiscoverable: Boolean? = this.isDiscoverable, channelUrl: String? = this.channelUrl, name: String? = this.name, data: String? = this.data, customType: String? = this.customType, accessCode: String? = this.accessCode, strict: Boolean? = this.strict, messageSurvivalSeconds: Int? = this.messageSurvivalSeconds): GroupChannelCreateParams