payments.CheckGiftCode
- class pyrogram.raw.functions.payments.CheckGiftCode
Obtain information about a Telegram Premium giftcode »
- Details:
Layer:
223ID:
8E51B4C1
- Parameters:
slug (
str) – The giftcode to check- Returns:
TL Schema
payments.checkGiftCode#8e51b4c1
slug:string
= payments.CheckedGiftCode
Parameter Tree
CheckGiftCode
└── slug →
stringExample
await app.invoke(
CheckGiftCode(
slug="text",
)
)