libkazv
old_sync.hpp File Reference
#include "basejob.hpp"
Include dependency graph for old_sync.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kazv::Api::GetEventsJob
 Listen on the event stream. More...
 
class  Kazv::Api::GetEventsJob::JobResponse
 
class  Kazv::Api::InitialSyncJob
 Get the user's current state. More...
 
struct  Kazv::Api::InitialSyncJob::PaginationChunk
 The pagination chunk for this room. More...
 
struct  Kazv::Api::InitialSyncJob::RoomInfo
 This returns the full state for this user, with an optional limit on the number of messages per room to return. More...
 
class  Kazv::Api::InitialSyncJob::JobResponse
 
struct  nlohmann::adl_serializer< InitialSyncJob::PaginationChunk >
 
struct  nlohmann::adl_serializer< InitialSyncJob::RoomInfo >
 
class  Kazv::Api::GetOneEventJob
 Get a single event by event ID. More...
 
class  Kazv::Api::GetOneEventJob::JobResponse
 

Namespaces

 Kazv
 
 Kazv::Api
 
 nlohmann
 

Typedefs

using Kazv::Api::GetEventsResponse = GetEventsJob::JobResponse
 
using Kazv::Api::InitialSyncResponse = InitialSyncJob::JobResponse
 
using Kazv::Api::GetOneEventResponse = GetOneEventJob::JobResponse