participants-bio API Documentation
Introduction
The participants-bio
allows clients to process participants from specified chat groups and save their "about" information into a database.
Endpoint
Method: POST
URL: /participants-bio
Request Body
folder
(String, required): The folder containing the accounts to be checked for spambots.phones
(List, required): The list of phones to be checkeddb_chats
(Optional, list): provide chats db names
Example Request Body
{
"folder": "active",
"phones": ["123456789", "123456780"],
"db_chats": ["TelethonChat"],
}
### Example Response
- Stream Text
```json
{
"123456798": 0,
"2135467890": 100
}