Session Config Ignore Data DTO Reference
The NjoguAmos\Waha\Dto\SessionConfigIgnoreData contains configuration for ignoring certain events.
status → bool
Whether status events should be ignored.
php
$session->config->ignore->status; // falsegroups → bool
Whether group events should be ignored.
php
$session->config->ignore->groups; // falsechannels → bool
Whether channel events should be ignored.
php
$session->config->ignore->channels; // false