UnsupportedOperationEvent
in package
Table of Contents
Properties
- $adapterName : string
- $payload : mixed
- $threadId : string|null
Methods
- __construct() : mixed
Properties
$adapterName read-only
public
string
$adapterName
$payload read-only
public
mixed
$payload
$threadId read-only
public
string|null
$threadId
= ''
Methods
__construct()
public
__construct(string $adapterName, mixed $payload[, string|null $threadId = '' ]) : mixed
Parameters
- $adapterName : string
- $payload : mixed
-
Raw decoded webhook body (array from json_decode, or raw string)
- $threadId : string|null = ''