payments.GetStarGiftUpgradePreview
- class pyrogram.raw.functions.payments.GetStarGiftUpgradePreview
Obtain a preview of the possible attributes (chosen randomly) a gift » can receive after upgrading it to a collectible gift », see here » for more info.
- Details:
Layer:
223ID:
9C9ABCB1
- Parameters:
gift_id (
int64-bit) – The gift to upgrade.- Returns:
TL Schema
payments.getStarGiftUpgradePreview#9c9abcb1
gift_id:long
= payments.StarGiftUpgradePreview
Parameter Tree
GetStarGiftUpgradePreview
└── gift_id →
longExample
await app.invoke(
GetStarGiftUpgradePreview(
gift_id=0,
)
)