mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-02 23:35:17 +00:00
Fix typo
This commit is contained in:
@@ -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``):
|
||||
|
Reference in New Issue
Block a user