Receiving Messages and User Events
When your webhook receives inbound messages and user events from Pinnacle, the raw request body lacks type information. The process method will validate incoming events by checking the signing secret and transforms the request into a fully typed MessageEvent or UserEvent objects.
Parameters
TypeScript
Python
Ruby
Returns
One of the following objects:
MessageEvent: Inbound message or message status update.UserEvent: User event such as when a user started typing.

