Skip to content

Broadcast API

Romain Monteil edited this page Aug 21, 2019 · 3 revisions

Broadcast API (deprecated)

Deprecated since version 3.2.0 and will be removed in version 4.0.0.

To create a broadcast message

$response = $messenger->broadcast()->create('Hello World');

To send a broadcast message

$messenger->broadcast()->send($response->getMessageCreativeId())
Clone this wiki locally