You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2021. It is now read-only.
And now we need to send message for all of these messengers:
bot.on('Person').subscribe();// For execute `.connect()` on every integration (1)bot.sendText('Hello World!',{'@context': 'https://www.w3.org/ns/activitystreams',generator: { ... },// Discordpublished: 1515442064,type: 'Note',target: {id: '635580',name: 'Artem Kurbatov',type: 'Person'}});// And two more times for Messenger and Slack.
How we can send message to all registered messengers at one time?