mtx::responses::KeyChanges struct

Response from the GET /_matrix/client/r0/keys/changes endpoint.

Public variables

std::vector<std::string> changed
The Matrix User IDs of all users who updated their device identity keys.
std::vector<std::string> left
The Matrix User IDs of all users who may have left all the end-to-end encrypted rooms they previously shared with the user.