--- title: setProfilePhoto description: Uploads new profile photo for logged in user. If something changes, updateUser will be sent image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Method: setProfilePhoto [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Uploads new profile photo for logged in user. If something changes, updateUser will be sent ### Parameters: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |photo|[InputFile](../types/InputFile.md) | Yes|Profile photo to set. inputFileId and inputFilePersistentId may be unsupported| ### Return type: [Ok](../types/Ok.md)