I was trying to find some documentation, but i`ve failed. I would be grateful if you send me doc or example how to do it.
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
In order to change your profile photo you should use MTPROTOAPI. One of the good libraries written in Python is called telethon. You can check here on how to update profile information.
install telethon:
update profile photo:
For those who just want to change without programmatically:
Source