<@U0KUQ5J73>: the code for .kt class ChatMessage{ ...
# announcements
e
@alexey.andreev: the code for .kt class ChatMessage{ var name : String = "" var text : String = "" constructor(name : String, text : String){ this.name = name this.text = text } }