fractal::session::model::room::event::reaction_group

Type Alias ReactionsMap

Source
type ReactionsMap = IndexMap<OwnedUserId, ReactionInfo>;
Expand description

A map of user ID to reaction info.

Aliased Typeยง

struct ReactionsMap { /* private fields */ }