MadelineProtoDocs/docs/TD_docs/methods/setProfilePhoto.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
707 B
Markdown

---
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)