Bio Change API Documentation

    Introduction

    The Bio Change API allows clients to change their profile biography on Telegram so that individuals can see it.

    Endpoint

    Method: POST
    URL: /profile-bio-change

    Request Body

    • bio_text (String, required): Specifies the location of the file containing the new biography text.
    • change_name (Boolean, required): Specifies whether to change or remain unchanged the name.
    • folder (String, required): The folder containing the accounts to be checked for spambots.
    • phones (List, required): The list of phones to be checked
    • batch_size (Optional, required): The size of each batch for processing.

    Example Request Body

    {
        "bio_text": "full text here",
        "change_name": true | false,
        "folder": "active",
        "phones": ["123456789", "123456780"],
    }