I'm making a basic Control Panel for managing my Bot with PHP.
Basically I want to display the Profile picture / avatar of the user who is sending message to the bot.
However the user object has no photo_id, so is there way to get the user's avatar?
You need to use getUserProfilePhotos method, and then getFile.