voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

if d.name in config["input_channel_names"] or d.entity.i #33

Closed devdeku closed 2 years ago

devdeku commented 2 years ago

python forwardgram.py config.yml Traceback (most recent call last): File "H:\Python\18\forwardgram.py", line 49, in start(config) File "H:\Python\18\forwardgram.py", line 21, in start if d.name in config["input_channel_names"] or d.entity.i TypeError: 'in ' requires string as left operand, no

i'm having the following problem, can someone help me?

devdeku commented 2 years ago

python forwardgram.py config.yml Traceback (most recent call last): File "H:\Python\18\forwardgram.py", line 49, in start(config) File "H:\Python\18\forwardgram.py", line 21, in start if d.name in config["input_channel_names"] or d.entity.i TypeError: 'in ' requires string as left operand, no