Téléchargez des fichiers depuis un télégramme via un pyrogramme avec threading
Pyrogram est un excellent outil pour interagir avec l'API de télégramme, mais le téléchargement de fichiers avec pyrogram est lent. donc je fais en sorte que ce petit fichier télécharge un fichier donné en quelques threads donc le téléchargement est beaucoup plus rapide.
from fast_download import FastDownload
FastDownload ( peer - id = #chat_id, message_id = #message_id, parts = #how many threads to make, app = # the pyrogram client, file_name = a chosen file name)