Relative Content

Tag Archive for pyrogram

Two sessions in the same client, only one of them receiving messages from a certain group

I have joined a certain telegram channel with two different telegram accounts. I run the below code to start both sessions using pyrogram and print the received message. But I noticed that when a message was received on the telegram channel only one of them printed and the other didn’t. However when I tested using my own test telegram channel I couldn’t repro the issue, i.e., both the sessions printed the message on the test channel. I’m at a loss why the problem happens with the other channel. Both the numbers are subscribed to the channel. What would possibly cause this behavior?