Check Only Login API Documentation
Introduction
The Change self destruction time API allows clients to change self destruction of Telegram account.
Endpoint
Method: POST
URL: /change-self-destruction
Request Body
-
folder
(String, required): The folder containing the accounts to be checked for spambots. -
phones
(List, required): The list of phones to be checked -
deletion_days
(integer, required): Provide the deletion time below 366 on new accounts.
Example Request Body
{
"folder": "active",
"phones": ["123456789", "123456780"],
"deletion_days": 100
}
Example Response
- Stream Text
{
"123456798": 0,
"2135467890": 100
}