payments.SavedStarGifts

class pyrogram.raw.types.payments.SavedStarGifts

Telegram API type.

Constructor of SavedStarGifts.

Details:
  • Layer: 198

  • ID: 95F389B1

Parameters:
  • count (int 32-bit) – N/A

  • gifts (List of SavedStarGift) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • chat_notifications_enabled (bool, optional) – N/A

  • next_offset (str, optional) – N/A

Functions:

This object can be returned by 2 functions.

payments.GetSavedStarGifts

Telegram API function.

payments.GetSavedStarGift

Telegram API function.