StarGiftUpgradePrice

class pyrogram.raw.types.StarGiftUpgradePrice

{schema}

Constructor of StarGiftUpgradePrice.

Details:
  • Layer: 223

  • ID: 99EA331D

Parameters:
  • date (int 32-bit)

  • upgrade_stars (int 64-bit)

TL Schema

starGiftUpgradePrice#99ea331d
date:int
upgrade_stars:long

= StarGiftUpgradePrice

Parameter Tree

StarGiftUpgradePrice
├── dateint
└── upgrade_starslong

Example

StarGiftUpgradePrice(
    date=0,
    upgrade_stars=0,
)