forwardgram
forwardgram copied to clipboard
SEND AN IMAGE
When the telegram channel sent an image, the bot didn't recognize that, how can i fix it?
Hey, i have a problem. after i try to login, return this message:
Traceback (most recent call last):
File "C:\Users\victo\nova\forwardgram\forwardgram.py", line 49, in
How u fix that ?
if event.photo : file = await client.download_media(event.message.media, file=bytes)
else : file = await client.download_media(event.message.media, file=bytes)
await client.send_message(Channel_dest,info,file=file)