mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Rename media type 1 to chat_photo
This commit is contained in:
parent
696a86791f
commit
e1e0029cc5
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user