telegram bot API how to create auto massage when user click start
I create telegram bot. How to create auto massage when user click start
like this "THanks for connection to our bot".
Is it possible to create an algorithm by which the user will be able to connect to the Bot from my site without going to the telegram and without pressing /START.
As a result, I need to send notifications to the user in telegram
at this moment i have algorithm
the user go to my telegram BOT and presses the start
after - comeback to my site, presse the button-trigger "connect to the bot" and i go to url telegram API (getUpdates) and the userID in the telegram to which I will send a message.