TTMSFNCWhatsAppServerMessageEvent Event Type
Occurs when a raw inbound HTTP message is received from the messaging webhook, before it is broadcast to connected clients.
API unit family: TMSFNCWhatsAppServer
Parameters
| Name | Description |
|---|---|
Sender |
The server instance that received the message. |
AMessage |
The raw message payload as received over HTTP. |
ABroadcast |
Controls whether the message is forwarded to all connected clients. Set to False in the handler to suppress the broadcast; it is True when the event fires. |