2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Rename delete_user_profile_photos to just delete_photos.

It's implied an user can only delete own photos.
This commit is contained in:
Dan 2019-05-29 09:41:04 +02:00
parent c2424029b5
commit 1390797f58

View File

@ -24,8 +24,8 @@ from pyrogram.api import functions, types
from ...ext import BaseClient from ...ext import BaseClient
class DeleteUserProfilePhotos(BaseClient): class DeletePhotos(BaseClient):
def delete_user_profile_photos( def delete_photos(
self, self,
id: Union[str, List[str]] id: Union[str, List[str]]
) -> bool: ) -> bool: