pub type UnresolvedChatMsg = GenericChatMsg<Group>;

Aliased Type§

struct UnresolvedChatMsg {
    pub chat_type: ChatType<Group>,
    /* private fields */
}

Fields§

§chat_type: ChatType<Group>