pub type UnresolvedChatMsg = GenericChatMsg<Group>;

Aliased Type§

struct UnresolvedChatMsg {
    pub chat_type: ChatType<Group>,
    content: Content,
}

Fields§

§chat_type: ChatType<Group>§content: Content