79583562

Date: 2025-04-20 16:58:31
Score: 1
Natty:
Report link
from telethon.tl.functions.payments import GetStarGiftsRequest
gifts = await client(GetStarGiftsRequest(hash=0))
gift = gifts.gifts[0] #0 is for heart and 11 for birthday candle
print(gift.id)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: aayco