pub type ChatMsg = GenericChatMsg<String>;
struct ChatMsg { pub chat_type: ChatType<String>, content: Content, }
chat_type: ChatType<String>
content: Content