mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-02 23:35:17 +00:00
Rename media type 1 to chat_photo
This commit is contained in:
@@ -35,7 +35,7 @@ class BaseClient:
|
||||
|
||||
MEDIA_TYPE_ID = {
|
||||
0: "thumbnail",
|
||||
1: "thumbnail",
|
||||
1: "chat_photo",
|
||||
2: "photo",
|
||||
3: "voice",
|
||||
4: "video",
|
||||
|
Reference in New Issue
Block a user