GiftPurchaseLimit

class pyrogram.types.GiftPurchaseLimit

Describes the maximum number of times that a specific gift can be purchased.

Parameters:
  • total_count (int, optional) – The maximum number of times the gifts can be purchased.

  • remaining_count (int, optional) – Number of remaining times the gift can be purchased.