mtx::http::SyncOpts struct

Sync configuration options.

Public variables

std::string filter
Filter to apply.
std::string since
Sync pagination token.
uint16_t timeout
The amount of msecs to wait for long polling.
bool full_state
Wheter to include the full state of each room.
std::optional<mtx::presence::PresenceState> set_presence
Explicitly set the presence of the user.