setBusinessAccountProfilePhoto
Update the profile photo of a managed business account. Pass the business connection ID and an InputProfilePhoto object, optionally marking it public to override privacy settings.
Instructions
Changes the profile photo of a managed business account. Requires the can_edit_profile_photo business bot right. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photo | Yes | The new profile photo to set. Must be an InputProfilePhoto object. | |
| is_public | No | Pass True to set the public photo, which will be visible even if the main photo is hidden by the business account's privacy settings. | |
| business_connection_id | Yes | Unique identifier of the business connection |