From 22998af784a7d2cb6db0b0a423d492488e529da1 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:45:39 +0200 Subject: [PATCH] Fix docstrings --- pyrogram/client/methods/users/set_user_profile_photo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/methods/users/set_user_profile_photo.py b/pyrogram/client/methods/users/set_user_profile_photo.py index 5167348f..b107a968 100644 --- a/pyrogram/client/methods/users/set_user_profile_photo.py +++ b/pyrogram/client/methods/users/set_user_profile_photo.py @@ -22,7 +22,7 @@ from ...ext import BaseClient class SetUserProfilePhoto(BaseClient): def set_user_profile_photo(self, photo: str): - """Use this method to set a new user profile photo. + """Use this method to set a new profile photo. This method only works for Users. Bots profile photos must be set using BotFather.