Skip to content

Screenshot Data DTO Reference

The NjoguAmos\Waha\Dto\ScreenshotData contains information about a session screenshot.

mimetypestring

The mimetype of the screenshot.

php
$screenshot->mimetype; // "image/png"

datastring

The base64 encoded data of the screenshot.

php
$screenshot->data; // "base64-encoded-data"

Released under the MIT License.