mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 08:45:13 +00:00
Add missing update_profile to docs and Client
This commit is contained in:
@@ -26,6 +26,7 @@ from .get_users import GetUsers
|
||||
from .iter_profile_photos import IterProfilePhotos
|
||||
from .set_profile_photo import SetProfilePhoto
|
||||
from .unblock_user import UnblockUser
|
||||
from .update_profile import UpdateProfile
|
||||
from .update_username import UpdateUsername
|
||||
|
||||
|
||||
@@ -40,6 +41,7 @@ class Users(
|
||||
UpdateUsername,
|
||||
GetProfilePhotosCount,
|
||||
IterProfilePhotos,
|
||||
UnblockUser
|
||||
UnblockUser,
|
||||
UpdateProfile
|
||||
):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user