struct
DirectThe direct chats for a user / m.direct
.
A map of which rooms are considered ‘direct’ rooms for specific users is kept in account_
Public variables
- std::map<std::string, std::vector<std::string>> user_to_rooms
- A map of which rooms are considered ‘direct’ rooms for specific users is kept in account_
data in an event of type m.direct. The content of this event is an object where the keys are the user IDs and values are lists of room ID strings of the ‘direct’ rooms for that user ID.