InputSavedStarGiftSlug

class pyrogram.raw.types.InputSavedStarGiftSlug

Points to a collectible gift obtained from a collectible gift link ».

Constructor of InputSavedStarGift.

Details:
  • Layer: 223

  • ID: 2085C238

Parameters:

slug (str) – Slug from the link.

TL Schema

inputSavedStarGiftSlug#2085c238
slug:string

= InputSavedStarGift

Parameter Tree

InputSavedStarGiftSlug
└── slugstring

Example

InputSavedStarGiftSlug(
    slug="text",
)