You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem when adding multiple accounts by ID, you select 1 account to do the scraping and then multiple accounts when adding by ID, not everyone has a username. The problem is the access hash is unique to the account that did the scraping, so when adding from another account returns
InputPeerUser(user_id=14********, access_hash=-29695644747********)
[!] Some Other error in adding Invalid object ID for a user. Make sure to pass the right types, for instance making sure that the request is designed for users or otherwise look for a different one more suited (caused by InviteToChannelRequest)
The original account that did the scraping has no issues with adding members
Also this code only adds to groups and not to channels
The text was updated successfully, but these errors were encountered:
There is a problem when adding multiple accounts by ID, you select 1 account to do the scraping and then multiple accounts when adding by ID, not everyone has a username. The problem is the access hash is unique to the account that did the scraping, so when adding from another account returns
InputPeerUser(user_id=14********, access_hash=-29695644747********)
[!] Some Other error in adding Invalid object ID for a user. Make sure to pass the right types, for instance making sure that the request is designed for users or otherwise look for a different one more suited (caused by InviteToChannelRequest)
The original account that did the scraping has no issues with adding members
Also this code only adds to groups and not to channels
The text was updated successfully, but these errors were encountered: