PrepaidGiveaway
- class pyrogram.raw.base.PrepaidGiveaway
Contains info about a prepaid giveaway ».
- Constructors:
This base type has 2 constructors available.
Contains info about a prepaid giveaway ».
Contains info about a prepaid Telegram Star giveaway ».
TL Schema
prepaidGiveaway#b2539d54
id:long
months:int
quantity:int
date:int
= PrepaidGiveaway
Parameter Tree
PrepaidGiveaway
├── id →
long├── months →
int├── quantity →
int└── date →
intExample
PrepaidGiveaway(
id=0,
months=0,
quantity=0,
date=0,
)