Skip to content

Commit 83cd828

Browse files
committed
Rename get_user_profile_photos_count to get_user_photos_count
1 parent 1390797 commit 83cd828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/client/methods/users/get_user_profile_photos_count.py renamed to pyrogram/client/methods/users/get_user_photos_count.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from ...ext import BaseClient
2323

2424

25-
class GetUserProfilePhotosCount(BaseClient):
26-
def get_user_profile_photos_count(self, user_id: Union[int, str]) -> int:
25+
class GetUserPhotosCount(BaseClient):
26+
def get_user_photos_count(self, user_id: Union[int, str]) -> int:
2727
"""Get the total count of profile pictures for a user.
2828
2929
Parameters:

0 commit comments

Comments
 (0)