payments.GetStarGiftUpgradeAttributes

class pyrogram.raw.functions.payments.GetStarGiftUpgradeAttributes

{schema}

Details:
  • Layer: 223

  • ID: 6D038B58

Parameters:

gift_id (int 64-bit)

Returns:

payments.StarGiftUpgradeAttributes

TL Schema

payments.getStarGiftUpgradeAttributes#6d038b58
gift_id:long

= payments.StarGiftUpgradeAttributes

Parameter Tree

GetStarGiftUpgradeAttributes
└── gift_idlong

Example

await app.invoke(
    GetStarGiftUpgradeAttributes(
        gift_id=0,
    )
)