Message
struct Message {
let customerId: String
let status: Int
let text: String
let attachments: [String]
}Updated about 1 year ago
struct Message {
let customerId: String
let status: Int
let text: String
let attachments: [String]
}Updated about 1 year ago