Interface BusinessConnectedBot

Describes a bot connected to a business account.

interface BusinessConnectedBot {
    @type: "businessConnectedBot";
    bot_user_id: number;
    recipients: BusinessRecipients;
    rights: BusinessBotRights;
}

Properties

@type: "businessConnectedBot"
bot_user_id: number

User identifier of the bot.

recipients: BusinessRecipients

Private chats that will be accessible to the bot.

Rights of the bot.