đ§ set_business_account_bio
Changes the bio of a managed business account.
âī¸ Parameters
business_connection_id
(str
): Unique identifier of the business connectionbio
(str
) (optional
): The new value of the bio for the business account; 0-140 characters
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.set_business_account_bio(
business_connection_id=your_business_connection_id_here
)
-đ All Parameters
await bot.set_business_account_bio(
business_connection_id=your_business_connection_id_here,
bio=your_bio_here
)