sync

open suspend override fun sync(filter: String?, since: String?, fullState: Boolean, setPresence: Presence?, timeout: Duration, asUserId: UserId?): Result<Sync.Response>

This is the plain sync request. If you want to subscribe to events and more, use start or startOnce.

See also

Sync