teleproto - v1.229.0
    Preparing search index...

    Interface AccountUpdateConnectedBotParams

    interface AccountUpdateConnectedBotParams {
        bot: EntityLike;
        deleted?: boolean;
        recipients: InputBusinessBotRecipientsIn;
        rights?: BusinessBotRightsIn;
    }
    Index
    bot: EntityLike

    The bot to connect or disconnect

    deleted?: boolean

    Whether to fully disconnect the bot from the current account.

    Configuration for the business connection

    Business bot rights.