ChatView
data class ChatView(sender: String, senderUserId: Long, senderImage: Int, lastContentType: ContentType, isChatUnseenBySender: Boolean, isChatOpened: Boolean, isLastContentSendToSender: Boolean, lastChat: String, lastContentTime: String, lastContentTimeType: LastContentTimeType)
Content copied to clipboard
Chat view Data Class
Constructors
Link copied to clipboard
fun ChatView(sender: String, senderUserId: Long, senderImage: Int, lastContentType: ContentType, isChatUnseenBySender: Boolean, isChatOpened: Boolean, isLastContentSendToSender: Boolean, lastChat: String, lastContentTime: String, lastContentTimeType: LastContentTimeType)
Content copied to clipboard
Create empty Chat view