#include <old_sync.hpp>
◆ JobResponse()
| Kazv::Api::InitialSyncJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ accountData()
| EventList Kazv::Api::InitialSyncResponse::accountData |
( |
| ) |
const |
The global private data created by this user.
◆ end()
| std::string Kazv::Api::InitialSyncResponse::end |
( |
| ) |
const |
A token which correlates to the end of the timelines returned.
This token should be used with the /events endpoint to listen for new events.
◆ presence()
| EventList Kazv::Api::InitialSyncResponse::presence |
( |
| ) |
const |
A list of presence events.
◆ rooms()
This returns the full state for this user, with an optional limit on the number of messages per room to return.
This endpoint was deprecated in r0 of this specification. Clients should instead call the /sync endpoint with no since parameter. See the migration guide.
◆ success()
| bool Kazv::Api::InitialSyncResponse::success |
( |
| ) |
const |
The documentation for this class was generated from the following files: