Interface GetBusinessConnectedBot

Returns the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot. Request type for Tdjson#getBusinessConnectedBot.

interface GetBusinessConnectedBot {
    @type: "getBusinessConnectedBot";
}

Properties

Properties

@type: "getBusinessConnectedBot"