StarGiftUpgradePrice

class pyrogram.raw.base.StarGiftUpgradePrice
Constructors:

This base type has 1 constructor available.

StarGiftUpgradePrice

{schema}

TL Schema

starGiftUpgradePrice#99ea331d
date:int
upgrade_stars:long

= StarGiftUpgradePrice

Parameter Tree

StarGiftUpgradePrice
├── dateint
└── upgrade_starslong

Example

StarGiftUpgradePrice(
    date=0,
    upgrade_stars=0,
)