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:
parent
b6206b7938
commit
6943e16636
@ -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*):
|
||||
|
Loading…
x
Reference in New Issue
Block a user