Type Alias veloren_common::comp::chat::UnresolvedChatMsg
source · pub type UnresolvedChatMsg = GenericChatMsg<Group>;
Aliased Type§
struct UnresolvedChatMsg {
pub chat_type: ChatType<Group>,
content: Content,
}
Fields§
§chat_type: ChatType<Group>
§content: Content