Interface RemoveBusinessConnectedBotFromChat

Removes the connected business bot from a specific chat by adding the chat to businessRecipients.excluded_chat_ids. Request type for Tdjson#removeBusinessConnectedBotFromChat.

interface RemoveBusinessConnectedBotFromChat {
    @type: "removeBusinessConnectedBotFromChat";
    chat_id: number;
}

Properties

Properties

@type: "removeBusinessConnectedBotFromChat"
chat_id: number

Chat identifier.