StarGiftUpgradePrice
- class pyrogram.raw.types.StarGiftUpgradePrice
{schema}
Constructor of
StarGiftUpgradePrice.- Details:
Layer:
223ID:
99EA331D
- Parameters:
date (
int32-bit)upgrade_stars (
int64-bit)
TL Schema
starGiftUpgradePrice#99ea331d
date:int
upgrade_stars:long
= StarGiftUpgradePrice
Parameter Tree
StarGiftUpgradePrice
├── date →
int└── upgrade_stars →
longExample
StarGiftUpgradePrice(
date=0,
upgrade_stars=0,
)