payments.GetStarGiftUpgradeAttributes
- class pyrogram.raw.functions.payments.GetStarGiftUpgradeAttributes
{schema}
- Details:
Layer:
223ID:
6D038B58
- Parameters:
gift_id (
int64-bit)- Returns:
TL Schema
payments.getStarGiftUpgradeAttributes#6d038b58
gift_id:long
= payments.StarGiftUpgradeAttributes
Parameter Tree
GetStarGiftUpgradeAttributes
└── gift_id →
longExample
await app.invoke(
GetStarGiftUpgradeAttributes(
gift_id=0,
)
)