From dc94da3895de3d9497c16bdfc706d11b57c19657 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 1 Jun 2019 14:04:39 +0200 Subject: [PATCH] Add application/x-tgsticker mime type with .tgs as extension --- pyrogram/client/ext/mime.types | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyrogram/client/ext/mime.types b/pyrogram/client/ext/mime.types index 4db43cae..50ec065d 100644 --- a/pyrogram/client/ext/mime.types +++ b/pyrogram/client/ext/mime.types @@ -1852,4 +1852,7 @@ video/x-ms-wvx wvx video/x-msvideo avi video/x-sgi-movie movie video/x-smv smv -x-conference/x-cooltalk ice \ No newline at end of file +x-conference/x-cooltalk ice + +# Telegram animated stickers +application/x-tgsticker tgs \ No newline at end of file