payments.GetStarGiftActiveAuctions

class pyrogram.raw.functions.payments.GetStarGiftActiveAuctions

{schema}

Details:
  • Layer: 223

  • ID: A5D0514D

Parameters:

hash (int 64-bit)

Returns:

payments.StarGiftActiveAuctions

TL Schema

payments.getStarGiftActiveAuctions#a5d0514d
hash:long

= payments.StarGiftActiveAuctions

Parameter Tree

GetStarGiftActiveAuctions
└── hashlong

Example

await app.invoke(
    GetStarGiftActiveAuctions(
        hash=0,
    )
)