Interface SetBusinessConnectedBot

Adds or changes business bot that is connected to the current user account. Request type for Tdjson#setBusinessConnectedBot.

interface SetBusinessConnectedBot {
    @type: "setBusinessConnectedBot";
    bot: BusinessConnectedBot;
}

Properties

Properties

@type: "setBusinessConnectedBot"

Connection settings for the bot.