type ReactionsMap = IndexMap<OwnedUserId, ReactionInfo>;
Expand description
A map of user ID to reaction info.
Aliased Typeยง
struct ReactionsMap { /* private fields */ }
type ReactionsMap = IndexMap<OwnedUserId, ReactionInfo>;
A map of user ID to reaction info.
struct ReactionsMap { /* private fields */ }