Type Alias ChatMsg

Source
pub type ChatMsg = GenericChatMsg<String>;

Aliased Type§

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

Fields§

§chat_type: ChatType<String>§content: Content