Type Alias veloren_common::comp::chat::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