ApplicationAuthorizedWebhookEventBody
extends WebhookEventBody
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$data
public
ApplicationAuthorizedWebhookEventData
$data
$timestamp
public
string
$timestamp
$type
public
WebhookEventBodyType
$type
Methods
__construct()
public
__construct(WebhookEventBodyType $type, string $timestamp, ApplicationAuthorizedWebhookEventData $data) : mixed
Parameters
- $type : WebhookEventBodyType
-
Event type.
- $timestamp : string
-
Timestamp of when the event occurred in ISO8601 format.
- $data : ApplicationAuthorizedWebhookEventData
-
Data for the event. The shape depends on the event type.