Skip to content

Session Me Data DTO Reference

The NjoguAmos\Waha\Dto\SessionMeData contains information about the authenticated user.

idstring

The authenticated user's JID.

php
$session->me->id; // "[email protected]"

pushNamestring

The authenticated user's push name.

php
$session->me->pushName; // "WAHA"

Released under the MIT License.