2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Add GIFs to media filter

This commit is contained in:
Dan 2018-05-20 14:03:16 +02:00
parent 43526876a4
commit 28310cb0a7

View File

@ -253,6 +253,7 @@ class Filters:
or Filters.photo(m)
or Filters.sticker(m)
or Filters.video(m)
or Filters.gif(m)
or Filters.voice(m)
or Filters.video_note(m)
or Filters.contact(m)