InputStarGiftAuction

class pyrogram.raw.base.InputStarGiftAuction
Constructors:

This base type has 2 constructors available.

InputStarGiftAuction

{schema}

InputStarGiftAuctionSlug

{schema}

TL Schema

inputStarGiftAuction#2e16c98
gift_id:long

= InputStarGiftAuction

Parameter Tree

InputStarGiftAuction
└── gift_idlong

Example

InputStarGiftAuction(
    gift_id=0,
)