Class JoinedRoom


  • public class JoinedRoom
    extends Object
    Joined room.
    • Field Detail

      • summary

        private RoomSummary summary
        Information about the room which clients may need to correctly render it to users.
      • state

        private State state
        Updates to the state, between the time indicated by the since parameter, and the start of the timeline (or all state up to the start of the timeline, if since is not given, or full_state is true).
      • timeline

        private Timeline timeline
        The timeline of messages and state changes in the room.
      • ephemeral

        private Ephemeral ephemeral
        The ephemeral events in the room that aren't recorded in the timeline or state of the room. e.g. typing.
      • accountData

        private AccountData accountData
        The private data that this user has attached to this room.
      • unreadNotifications

        private UnreadNotificationCounts unreadNotifications
        Counts of unread notifications for this room.
    • Constructor Detail

      • JoinedRoom

        public JoinedRoom()