diff --git a/pyrogram/client/types/message.py b/pyrogram/client/types/message.py index b969865c..b9048f1e 100644 --- a/pyrogram/client/types/message.py +++ b/pyrogram/client/types/message.py @@ -89,8 +89,8 @@ class Message(Object): game (:obj:`Game `, *optional*): Message is a game, information about the game. More about games. - photo (List of :obj:`PhotoSize `, *optional*): - Message is a photo, available sizes of the photo. + photo (:obj:`Photo `, *optional*): + Message is a photo, information about the photo. sticker (:obj:`Sticker `, *optional*): Message is a sticker, information about the sticker.