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