We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: