Closed mircoianese closed 6 years ago
Solved by getting Channel ID and Access Hash directly from channel name using contacts.resolveUsername(). I think the Access Hash is different for every user, and thats maybe why it was not working with other accounts than mine.
@ZombieTheBest can you explain more about that? I got the same error and I don't know how to fix it.
Thanks
Hi, i'm trying to scrape user info from a supergroup. I've declared the inputChannel object like this in js:
This is the call to getParticipiants method:
Now, the problem is that with some Phone Numbers (after the app gets authorized) i'm getting
The channel is valid (and it's working with my primary phone number). It's not a country code issue because i tried another Italian Phone Number (i'm from italy) and with other one i'm still getting the same error. Code is the same! I'm using nodejs telegram-mtproto@2.2.8. Also, the phone number that is working is not even member of the Supergroup.
Any ideas? Thanks!