transferGift
Transfer an owned unique gift to another Telegram user via a business connection. Provide the gift ID, new owner chat ID, and optional star count to complete the transfer; returns True on success.
Instructions
Transfers an owned unique gift to another user. Requires the can_transfer_and_upgrade_gifts business bot right. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| star_count | No | Amount of Telegram Stars that will be paid for the transfer from the business account balance. If positive, the gift transfer is a paid operation and the gift cannot be sold. If the gift was paid for, then same amount must be paid for the transfer, otherwise the request will fail with a BAD_REQUEST error. | |
| owned_gift_id | Yes | Unique identifier of the gift that should be transferred. | |
| new_owner_chat_id | Yes | Unique identifier of the chat which will own the gift. | |
| business_connection_id | Yes | Unique identifier of the business connection on behalf of which the gift will be transferred. |