How do I make requests directly to my bot? For example, I can send any request to the server at any time and receive a response. Is it possible to do this with a bot so that, for example, the
server or someone else sends a request to my bot and it sends a message somewhere
If it’s possible on python? If so, how to do it?
Note: The option in webhooks does not suit me