Notification groups describe how the messages and alarms will be delivered to users.
There are the following ways:
The steps to create a Telegram Notification are:
curl https://api.telegram.org/bot<ADD the Token here>/getUpdates?offset=0 {"ok":true,"result":[{"update_id":611548852, "channel_post":{"message_id":2,"chat":{"id":**-1001148557862**,"title":"Channel-test","type":"channel"},"date":1499934011,"text":"/my_ip","entities":[{"type":"bot_command","offset":0,"length":6}]}}]}
In this case the chat id is: -1001148557862
The administrator of the telegram group must add users that want to receive notification in the group, then select the notification group on NEMO and click Send Test button.
Congratulations, you have created your Telegram Notification group!