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'