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