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