Blakil
Results
1
comments of
Blakil
I basically found a solution that works with workaround ``` if event.photo: media_type = 'photo' photo = event.message.photo bot_file_id = { "type": "photo", "id": photo.id, "access_hash": photo.access_hash, "file_reference": b64encode(photo.file_reference).decode(), "dc_id":...