PrepaidGiveaway

class pyrogram.raw.base.PrepaidGiveaway

Contains info about a prepaid giveaway ».

Constructors:

This base type has 2 constructors available.

PrepaidGiveaway

Contains info about a prepaid giveaway ».

PrepaidStarsGiveaway

Contains info about a prepaid Telegram Star giveaway ».

TL Schema

prepaidGiveaway#b2539d54
id:long
months:int
quantity:int
date:int

= PrepaidGiveaway

Parameter Tree

PrepaidGiveaway
├── idlong
├── monthsint
├── quantityint
└── dateint

Example

PrepaidGiveaway(
    id=0,
    months=0,
    quantity=0,
    date=0,
)