peyk.platforms.telegram.methods.set_business_account_bio

async peyk.platforms.telegram.methods.set_business_account_bio(self, business_connection_id: str, *, bio: str | None = None) bool

Changes the bio of a managed business account. Requires the can_change_bio business bot right. Returns True on success.

Parameters:
  • business_connection_id – Unique identifier of the business connection

  • bio – The new value of the bio for the business account; 0-140 characters

Returns:

Result returned by Telegram on successful execution.

Return type:

bool