Message
struct Message {
let customerId: String
let status: Int
let text: String
let attachments: [String]
}
Updated over 2 years ago
struct Message {
let customerId: String
let status: Int
let text: String
let attachments: [String]
}
Updated over 2 years ago