I have in my contacts list a telegram bot which sends me messages. This bot is not mine.
I want to parse these messages from other bot in real-time. How I can do this? I want to do something like this:
while True:
got_message = check_updates()
if (got_message==True):
// do something with message