Open
Description
Add telegram integration to the application. You should create a function and that function should be executed on an array of the collaborators telegram numbers sending each a message.
- Create a new folder in
./App
calledTelegram
- Inside that folder create a new file called
telegram.js
- Inside that file create called 'telegramSendMessage` which will be responsibe for sending messages to our telegram numbers or more flexible to our telegram group.
telegramSendMessage
should receive have two parameters. one for the array of numbers to be messaged and the second for the message to be sent.
Resources: