total newbie in telegram bot. i want to make a telegram bot that can save chat id inside the database and send notification to them. How can i implement it. im using node.js to make the bot btw
Asked
Active
Viewed 848 times
0
-
What did you done so far? – Sean Wei May 08 '18 at 13:46
-
my bot can send location to user and redirect them to google map. i want to give them notification. but chat id need to be store first – totalnewb May 08 '18 at 13:50
-
I think you're problem by storing values in the database. it's true ? – Alihossein shahabi May 12 '18 at 16:11
-
Possible duplicate of [How to obtain Telegram chat\_id for a specific user?](https://stackoverflow.com/questions/31078710/how-to-obtain-telegram-chat-id-for-a-specific-user) – roneo Nov 27 '19 at 09:11