Class StateResponse


  • public class StateResponse
    extends Object
    Response of the state methods.
    • Field Detail

      • authChain

        private List<PersistedDataUnit> authChain
        Required. The full set of authorization events that make up the state of the room, and their authorization events, recursively. Note that events have a different format depending on the room version - check the room version specification for precise event formats.
      • pdus

        private List<PersistedDataUnit> pdus
        Required. The fully resolved state of the room at the given event. Note that events have a different format depending on the room version - check the room version specification for precise event formats.
    • Constructor Detail

      • StateResponse

        public StateResponse()