From 28310cb0a74b5dc13c7e05a8bfea6bff62475033 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 20 May 2018 14:03:16 +0200 Subject: [PATCH] Add GIFs to media filter --- pyrogram/client/filters/filters.py | 1 + 1 file changed, 1 insertion(+) 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)