Skip to content

Session Config Ignore Data DTO Reference

The NjoguAmos\Waha\Dto\SessionConfigIgnoreData contains configuration for ignoring certain events.

statusbool

Whether status events should be ignored.

php
$session->config->ignore->status; // false

groupsbool

Whether group events should be ignored.

php
$session->config->ignore->groups; // false

channelsbool

Whether channel events should be ignored.

php
$session->config->ignore->channels; // false

Released under the MIT License.