mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23:04: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):
|
class Messages(Object):
|
||||||
"""This object represent a chat's messages.
|
"""This object represents a chat's messages.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
total_count (``int``):
|
total_count (``int``):
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ from pyrogram.api.core import Object
|
||||||
|
|
||||||
|
|
||||||
class UserProfilePhotos(Object):
|
class UserProfilePhotos(Object):
|
||||||
"""This object represent a user's profile pictures.
|
"""This object represents a user's profile pictures.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
total_count (``int``):
|
total_count (``int``):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue