Skip to content

Instantly share code, notes, and snippets.

@Endogen
Last active February 20, 2022 09:17
Show Gist options
  • Save Endogen/9b463dca4168f5e20734528afaa401d4 to your computer and use it in GitHub Desktop.
Save Endogen/9b463dca4168f5e20734528afaa401d4 to your computer and use it in GitHub Desktop.
Download a file in Python-Telegram-Bot library
file_id = message.voice.file_id
newFile = bot.get_file(file_id)
newFile.download('voice.ogg')
@godfatherTG
Copy link

G

@proamrakram
Copy link

Thanks a lot for this info, could you help me how can I know the status of downloads when I dwonload a file from telegram bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment