Uses of Class
io.github.ma1uta.matrix.client.model.sync.State
-
Packages that use State Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of State in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as State Modifier and Type Field Description private StateJoinedRoom. stateUpdates 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).private StateLeftRoom. stateThe state updates for the room up to the start of the timeline.
-