2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Change new_chat_photo type. It is now Photo

This commit is contained in:
Dan 2018-06-28 20:04:46 +02:00
parent b6206b7938
commit 6943e16636

View File

@ -132,7 +132,7 @@ class Message(Object):
new_chat_title (``str``, *optional*):
A chat title was changed to this value.
new_chat_photo (List of :obj:`PhotoSize <pyrogram.PhotoSize>`, *optional*):
new_chat_photo (:obj:`Photo <pyrogram.Photo>`, *optional*):
A chat photo was change to this value.
delete_chat_photo (``bool``, *optional*):