mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +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*):
|
game (:obj:`Game <pyrogram.Game>`, *optional*):
|
||||||
Message is a game, information about the game. More about games.
|
Message is a game, information about the game. More about games.
|
||||||
|
|
||||||
photo (List of :obj:`PhotoSize <pyrogram.PhotoSize>`, *optional*):
|
photo (:obj:`Photo <pyrogram.Photo>`, *optional*):
|
||||||
Message is a photo, available sizes of the photo.
|
Message is a photo, information about the photo.
|
||||||
|
|
||||||
sticker (:obj:`Sticker <pyrogram.Sticker>`, *optional*):
|
sticker (:obj:`Sticker <pyrogram.Sticker>`, *optional*):
|
||||||
Message is a sticker, information about the sticker.
|
Message is a sticker, information about the sticker.
|
||||||
|
Loading…
Reference in New Issue
Block a user