InputStarGiftAuction

class pyrogram.raw.types.InputStarGiftAuction

{schema}

Constructor of InputStarGiftAuction.

Details:
  • Layer: 223

  • ID: 2E16C98

Parameters:

gift_id (int 64-bit)

TL Schema

inputStarGiftAuction#2e16c98
gift_id:long

= InputStarGiftAuction

Parameter Tree

InputStarGiftAuction
└── gift_idlong

Example

InputStarGiftAuction(
    gift_id=0,
)