ChatMsg

Type Alias ChatMsg 

Source
pub type ChatMsg = GenericChatMsg<String>;

Aliased Type§

pub struct ChatMsg {
    pub chat_type: ChatType<String>,
    content: Content,
}

Fields§

§chat_type: ChatType<String>§content: Content