package chat.rocket.android.chatinformation.viewmodel data class ReadReceiptViewModel( val avatar: String, val name: String, val time: String )