diff --git a/pyrogram/client/methods/messages/send_animated_sticker.py b/pyrogram/client/methods/messages/send_animated_sticker.py index 789ca06d..6fd0c647 100644 --- a/pyrogram/client/methods/messages/send_animated_sticker.py +++ b/pyrogram/client/methods/messages/send_animated_sticker.py @@ -112,7 +112,7 @@ class SendAnimatedSticker(BaseClient): url=animated_sticker ) else: - media = utils.get_input_media_from_file_id(animated_sticker, 8) + media = utils.get_input_media_from_file_id(animated_sticker, 5) while True: try: