mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix typo
This commit is contained in:
parent
b9156453da
commit
4e383c68d4
@ -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…
x
Reference in New Issue
Block a user