fbchat-dev / fbchat

Facebook Chat (Messenger) for Python
https://fbchat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 413 forks source link

File loading progress #650

Open edikiuspro opened 3 years ago

edikiuspro commented 3 years ago

Is there a way to get a loading progress? like this:

print((client.sendRemoteVoiceClips(ytd,thread_id=thread_id,thread_type=thread_type)).progress) or thomething?