Query the state after a list of events in a room from the room server.
( ctx context.Context, req *QueryStateAfterEventsRequest, res *QueryStateAfterEventsResponse, )
| 86 | |
| 87 | // Query the state after a list of events in a room from the room server. |
| 88 | QueryStateAfterEvents( |
| 89 | ctx context.Context, |
| 90 | req *QueryStateAfterEventsRequest, |
| 91 | res *QueryStateAfterEventsResponse, |
no outgoing calls
no test coverage detected