Class ChangesResponse


  • public class ChangesResponse
    extends Object
    The list of users who updated their devices.
    • Field Detail

      • changed

        private List<String> changed
        The Matrix User IDs of all users who updated their device identity keys.
      • left

        private List<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.
    • Constructor Detail

      • ChangesResponse

        public ChangesResponse()