diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index ecd6e8c2..e2a177b8 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -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)