2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Rename media type 1 to chat_photo

This commit is contained in:
Dan 2018-05-11 11:57:05 +02:00
parent 696a86791f
commit e1e0029cc5

View File

@ -35,7 +35,7 @@ class BaseClient:
MEDIA_TYPE_ID = { MEDIA_TYPE_ID = {
0: "thumbnail", 0: "thumbnail",
1: "thumbnail", 1: "chat_photo",
2: "photo", 2: "photo",
3: "voice", 3: "voice",
4: "video", 4: "video",