mtx::responses::Rooms struct

Room updates.

Public variables

std::map<std::string, JoinedRoom> join
The rooms that the user has joined.
std::map<std::string, LeftRoom> leave
The rooms that the user has left or been banned from.
std::map<std::string, InvitedRoom> invite
The rooms that the user has been invited to.
std::map<std::string, KnockedRoom> knock
The rooms that the user has knocked on.