Session Config Noweb Data DTO Reference
The NjoguAmos\Waha\Dto\SessionConfigNowebData contains configuration for the NOWEB engine.
enabled → bool
Whether the session storage is enabled.
php
$session->config->noweb->enabled; // truefullSync → bool
Whether full sync is enabled.
php
$session->config->noweb->fullSync; // false