UnresolvedChatMsg

Type Alias UnresolvedChatMsg 

Source
pub type UnresolvedChatMsg = GenericChatMsg<Group>;

Aliased Type§

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

Fields§

§chat_type: ChatType<Group>§content: Content