This question has already been answered:
Good day. Faced the following problem:
I have a web application Flask and telegram-bot. The bottom line is this:
- The user makes an order through the form. presses to send.
- Order is saved in redis
- The telegram bot must send me ( I emphasize, only I will interact with the bot) order information.
Question : What is the best way to configure the interaction so that the telegram bot notifies me about the order right away? I fight all day and can not find a simple solution
Thank!