Introduction
This function increments the react count of specific posts in a Telegram chat.
Endpoint
Method: POST
URL: /auto-react
Request Body
folder
(String, required): The folder containing the accounts to be checked for spambots.phones
(List, required): The list of phones to be checkedchat_usernames
(List, required): copy telegram channel or chat usernamesemojies
(List, required): list of emojies
Example Request Body
{
"folder": "active",
"phones": ["123456789", "123456780"],
"chat_usernames": ["chat", "channel"],
"emojies": ["👏", "😁"],
}
Example Response
- Stream Text
{
"123456798": 0,
"2135467890": 100
}