setBusinessAccountGiftSettings
Set gift privacy options for a business account by toggling the gift button and defining which gift types are accepted. Controls how customers can send gifts.
Instructions
Changes the privacy settings for gifts in a managed business account. Requires the can_change_gift_settings business bot right. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_gift_button | Yes | Pass True to show the gift button on the business account's profile; False to hide it. | |
| accepted_gift_types | Yes | An AcceptedGiftTypes object describing the types of gifts that can be sent to the business account. | |
| business_connection_id | Yes | Unique identifier of the business connection |