mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"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": "<p>Use this method to get information about the connection of the bot with a business account. Returns a <a href=\"#businessconnection\">BusinessConnection</a> object on success.</p>",
|
||
|
|
"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": "<td>Unique identifier of the business connection</td>",
|
||
|
|
"rst_description": "Unique identifier of the business connection\n",
|
||
|
|
"name": "business_connection_id"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"category": "methods"
|
||
|
|
}
|
||
|
|
}
|