Type Alias fractal::session::model::room::event::reaction_group::ReactionsMap
source · type ReactionsMap = IndexMap<OwnedUserId, ReactionInfo>;
Expand description
A map of user ID to reaction info.
Aliased Type§
struct ReactionsMap { /* private fields */ }