payments.GetStarGifts

class pyrogram.raw.functions.payments.GetStarGifts

Get a list of available gifts, see here » for more info.

Details:
  • Layer: 223

  • ID: C4563590

Parameters:

hash (int 32-bit) – Hash used for caching, for more info click here.The hash may be generated locally by using the ids of the returned or stored sticker starGifts.

Returns:

payments.StarGifts

TL Schema

payments.getStarGifts#c4563590
hash:int

= payments.StarGifts

Parameter Tree

GetStarGifts
└── hashint

Example

await app.invoke(
    GetStarGifts(
        hash=0,
    )
)