2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Rename media type id to animation

This commit is contained in:
Dan 2018-08-06 21:32:38 +02:00
parent f7c2dc9d30
commit 6cc87d50c9

View File

@ -60,7 +60,7 @@ class BaseClient:
5: "document",
8: "sticker",
9: "audio",
10: "gif",
10: "animation",
13: "video_note"
}