// // User.swift // Chat (iOS) // // Created by Sergey Tarasov on 17.08.2022. // struct User { let id: String let nickname: String }