package com.simplemobiletools.smsmessenger.models data class MessageAttachment(val id: Long, var text: String, var attachments: ArrayList)