mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Change photo type in Message
This commit is contained in:
parent
abbf7e6684
commit
fbf69fb8bd
@ -89,8 +89,8 @@ class Message(Object):
|
||||
game (:obj:`Game <pyrogram.Game>`, *optional*):
|
||||
Message is a game, information about the game. More about games.
|
||||
|
||||
photo (List of :obj:`PhotoSize <pyrogram.PhotoSize>`, *optional*):
|
||||
Message is a photo, available sizes of the photo.
|
||||
photo (:obj:`Photo <pyrogram.Photo>`, *optional*):
|
||||
Message is a photo, information about the photo.
|
||||
|
||||
sticker (:obj:`Sticker <pyrogram.Sticker>`, *optional*):
|
||||
Message is a sticker, information about the sticker.
|
||||
|
Loading…
Reference in New Issue
Block a user