mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix typo
This commit is contained in:
parent
b9156453da
commit
4e383c68d4
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ from pyrogram.api.core import Object
|
|||
|
||||
|
||||
class Messages(Object):
|
||||
"""This object represent a chat's messages.
|
||||
"""This object represents a chat's messages.
|
||||
|
||||
Args:
|
||||
total_count (``int``):
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ from pyrogram.api.core import Object
|
|||
|
||||
|
||||
class UserProfilePhotos(Object):
|
||||
"""This object represent a user's profile pictures.
|
||||
"""This object represents a user's profile pictures.
|
||||
|
||||
Args:
|
||||
total_count (``int``):
|
||||
|
|
|
|||
Loading…
Reference in a new issue