1.11.1
What's Changed
Update with pip:
pip3 install -U pywa
- [reaction] hot-fix for reaction when "unreacting" to a message
- [filters] adding
.extensions(...)
filter for all media filters
from pywa import WhatsApp, filters
wa = WhatsApp(...)
@wa.on_message(filters.document.extensions('.pdf', '.docx'))
def download_document(client: WhatsApp, msg: Message):
msg.download_media('/home/david/Downloads/')
Full Changelog: 1.11.0...1.11.1