get_business_connection()¶
- Client.get_business_connection()¶
Use this method to get information about the connection of the bot with a business account.
Usable by Users Bots- Parameters:
connection_id (
str) – Unique identifier of the business connection.- Returns:
BusinessConnection– On success the business connection is returned.
Example
# Get a business connection information await app.get_business_connection(connection_id)