https://gist.github.com/nafiesl/4ad622f344cd1dc3bb1ecbe468ff9f8a
1) Create Telegram Groupe
KSIInfo(for example)
finde contact @BotFather
2) Create bot
in telegram type
/newbot
get HTTP API: like 6040400092:AAEQM0olDtE0000a2asoAtuH7hHYsrhCYQ
3) Add Bot to groupe
4) Get IDgroupe like tak:) by URL
https://api.telegram.org/bot6040400092:AAEQM0olDtE0000a2asoAtuH7hHYsrhCYQ/getUpdates
"my_chat_member":{"chat":{"id":-808288100,
5) Try use bot for you automation
curl -s -X POST https://api.telegram.org/bot6040400092:AAEQM0olDtE0000a2asoAtuH7hHYsrhCYQ/sendMessage -d chat_id=-808288100 -d text="My first message"