{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "getbusinessconnection", "name": "getBusinessConnection", "description": "Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success.", "html_description": "

Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success.

", "rst_description": "Use this method to get information about the connection of the bot with a business account. Returns a :class:`aiogram.types.business_connection.BusinessConnection` object on success.", "annotations": [ { "type": "String", "required": true, "description": "Unique identifier of the business connection", "html_description": "Unique identifier of the business connection", "rst_description": "Unique identifier of the business connection\n", "name": "business_connection_id" } ], "category": "methods" } }