From fbf69fb8bd8483d4ed05c84260d3fe804d3cdd01 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 28 Jun 2018 19:09:27 +0200 Subject: [PATCH] Change photo type in Message --- pyrogram/client/types/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.