StarTransactionTypeGiftUpgradePurchase constructor

StarTransactionTypeGiftUpgradePurchase({
  1. MessageSender? ownerId,
  2. Gift? gift,
})

Implementation

StarTransactionTypeGiftUpgradePurchase({this.ownerId, this.gift});