View Source ExTDLib.Method.SetUserPersonalProfilePhoto (ExTDLib v0.0.4)
Changes a personal profile photo of a contact user. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| user_id | string | User identifier. |
| photo | InputChatPhoto | Profile photo to set; pass null to delete the photo; inputChatPhotoPrevious isn't supported in this function. |
More details on telegram's documentation.