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
I have done everything correctly (i guess) but every time it throws this error.
Any clue what's wrong?
The console throws this error :
File "forwardgram.py", line 49, in <module>
start(config)
File "forwardgram.py", line 24, in start
output_channel_entities.append(InputChannel(d.entity.id, d.entity.access_hash))
AttributeError: 'Chat' object has no attribute 'access_hash'