Remove Profile API Documentation
Introduction
The Remove Profile API allows clients to delete their profile picture on Telegram so that individuals cannot see it.
Endpoint
Method: POST
URL: /profile-remover-pic
Request Body
remove_profile
(Boolean, required): Specifies whether to remove the profile picture or keep it visible.count
(Integer, required): How many photos to deletefolder
(String, required): The folder containing the accounts to be checked for spambots.phones
(List, required): The list of phones to be checked
Example Request Body
{
"remove_profile": true | false,
"count": 1, // "all"
"folder": "active",
"phones": ["123456789", "123456780"],
}