Type Alias veloren_common_net::synced_components::inner::UnresolvedChatMsg
pub type UnresolvedChatMsg = GenericChatMsg<Group>;
Aliased Type§
struct UnresolvedChatMsg {
pub chat_type: ChatType<Group>,
/* private fields */
}
Fields§
§chat_type: ChatType<Group>