[][src]Type Definition ruma_events::direct::DirectEventContent

type DirectEventContent = BTreeMap<UserId, Vec<RoomId>>;

The payload for DirectEvent.

A mapping of UserIds to a list of RoomIds which are considered direct for that particular user.