StarGiftUpgradePrice
- class pyrogram.raw.base.StarGiftUpgradePrice
- Constructors:
This base type has 1 constructor available.
{schema}
TL Schema
starGiftUpgradePrice#99ea331d
date:int
upgrade_stars:long
= StarGiftUpgradePrice
Parameter Tree
StarGiftUpgradePrice
├── date →
int└── upgrade_stars →
longExample
StarGiftUpgradePrice(
date=0,
upgrade_stars=0,
)