No Invite API Documentation

    Introduction

    The No Invite API is responsible for configuring the privacy settings related to chat invites on Telegram, based on the value of no_invite provided in the config dictionary.

    Endpoint

    Method: POST
    URL: /profile-no-invitor

    Request Body

    • no_invite (Boolean, required): Determines whether to allow invite or not-invite in settings.
    • 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

    {
        "no_invite": true | false,
        "folder": "active",
        "phones": ["123456789", "123456780"],
    }