I currently have created a bot in telegram and am using it to perform some action whenever a msg is sent to the bot uisng the telebot api. I now am creating a new app where my back end gets the data from a webhook and I want to directly send that data to the bot after which the bot will perform the pre defined task on it. Is it possible ?. How can I do it?. Links to any guides would also be helpful.
so far I have only ever replied to msg received to the bot direct from the telebot api an have never have sent a msg to the bot from my back end. From what I read you need to get the id of user you want to send msg to how can I get the id for a bot and send data to that id directly.