peyk.platforms.telegram.methods.get_business_connection

async peyk.platforms.telegram.methods.get_business_connection(self, business_connection_id: str) BusinessConnection

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

Parameters:

business_connection_id – Unique identifier of the business connection

Returns:

Result returned by Telegram on successful execution.

Return type:

BusinessConnection