Interface DeleteBusinessConnectedBot

Deletes the business bot that is connected to the current user account. Request type for Tdjson#deleteBusinessConnectedBot.

interface DeleteBusinessConnectedBot {
    @type: "deleteBusinessConnectedBot";
    bot_user_id: number;
}

Properties

Properties

@type: "deleteBusinessConnectedBot"
bot_user_id: number

Unique user identifier for the bot.