drop_gift_original_details()¶
- Client.drop_gift_original_details()¶
Drops original details for an upgraded gift.
Usable by Users Bots- Parameters:
owned_gift_id (
str) – Identifier of the gift. For a upgraded gift, you can use the gift link.star_count (
int, optional) – The amount of Telegram Stars required to pay for the upgrade.
- Returns:
bool– On success, True is returned.
Example
# Drop gift details await app.drop_gift_original_details(owned_gift_id="https://t.me/nft/EasterEgg-147453")