Files
fredy/lib/notification/adapter/telegram.md
Christian Kellner b2847f6834 UI (#15)
Adding new Admin UI. Updating Fredy to V3.0.0 as it has been a large rewrite. Thanks for all contributions and help on the way!
2021-01-21 16:09:23 +01:00

652 B

Telegram Adapter

For Telegram, you need to create a Bot. This is pretty easy. Open this url on your smartphone and follow the instructions.

A telegram bot is not allowed to send messages directly to a user, you as a user need to first contact the bot to get a chatId.
After the user has send a message to your bot the first time, you can gather the chatId like this:

curl -X GET https://api.telegram.org/bot{YOUR_TELEGRAM_TOKEN}/getUpdates  

A more detailed list of instructions can be found here https://core.telegram.org/bots#botfather