Skip to content

🔧 get_business_connection

Use this method to get information about the connection of the bot with a business account.

âš™ī¸ Parameters

  • business_connection_id (str ): Unique identifier of the business connection

📲 Returns

BusinessConnection

📀 Examples

-đŸĒĢ Required Parameters

await bot.get_business_connection(
    business_connection_id=your_business_connection_id_here
)