sync

abstract suspend fun sync(filter: String? = null, since: String? = null, fullState: Boolean = false, setPresence: Presence? = null, timeout: Duration = ZERO, asUserId: UserId? = null): 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