Open erickythierry opened 1 year ago
I looked here in the issues for some example code, but the example I found doesn't work (I believe it's out of date)
I used this example: #75
from telegram_upload.client import Client from telegram_upload.config import default_config client = Client(default_config()) client.start() client.send_files('me', ['/path/to/file/'], delete_on_success=False, print_file_id=False, force_file=False, forward=(), caption=None, no_thumbnail=False)
but I got this error
via command line works normally
I looked here in the issues for some example code, but the example I found doesn't work (I believe it's out of date)
I used this example: #75
but I got this error
via command line works normally