copy

fun copy(id: Int, title: String? = null, username: String? = null, firstName: String? = null, lastName: String? = null, photo: ChatPhoto? = null, bio: String? = null, description: String? = null, inviteLink: String? = null, pinnedMessage: Message? = null, permissions: ChatPermissions? = null, slowModeDelay: Int? = null, stickerSetName: String? = null, canSetStickerSet: Boolean = false, linkedChatId: Int? = null, location: ChatLocation? = null, type: String): Chat