payments.GetStarGiftActiveAuctions
- class pyrogram.raw.functions.payments.GetStarGiftActiveAuctions
{schema}
- Details:
Layer:
223ID:
A5D0514D
- Parameters:
hash (
int64-bit)- Returns:
TL Schema
payments.getStarGiftActiveAuctions#a5d0514d
hash:long
= payments.StarGiftActiveAuctions
Parameter Tree
GetStarGiftActiveAuctions
└── hash →
longExample
await app.invoke(
GetStarGiftActiveAuctions(
hash=0,
)
)