InputStarGiftAuctionSlug

class pyrogram.raw.types.InputStarGiftAuctionSlug

{schema}

Constructor of InputStarGiftAuction.

Details:
  • Layer: 223

  • ID: 7AB58308

Parameters:

slug (str)

TL Schema

inputStarGiftAuctionSlug#7ab58308
slug:string

= InputStarGiftAuction

Parameter Tree

InputStarGiftAuctionSlug
└── slugstring

Example

InputStarGiftAuctionSlug(
    slug="text",
)