Updated Notify_telegram (markdown)

master
Chris Caron 2021-12-23 16:57:11 -05:00
parent e10daf2ef3
commit ad2b053cc7
1 changed files with 5 additions and 0 deletions

@ -24,6 +24,11 @@ To do this you will have to open a communication (inside Telegram) to the **[Bot
The good news is this process only has to be done once. Once you get your **bot_token**, hold on to it and no longer worry about having to repeat this process again. It's through this bot that Apprise is able to send notifications onto Telegram to different users.
#### Chat ID Conundrum
----
**2021.12.23 Update**: Recently the developers of Telegram have made it easier to acquire this ID using their own built in tool [explained here](https://www.alphr.com/find-chat-id-telegram/). Thank you `@mattpackwood` for this tip!
----
Behind the scenes, Telegram notifies users by their **{chat_id}** and not their _easy-to-remember_ user name.
Unfortunately (at this time) Telegram doesn't make it intuitive to get this **{chat_id}** without simple tricks and workarounds that can be found through Googling or just simply talking to their support team.