miha-x64
class Chat(val title: String, val lastMessage: Message) class Message(val chat: Chat, val text: String)