pub type ChatLine = ChatLine;
struct ChatLine { pub text: String, pub user: String, }
text: String
user: String