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)