StorePaymentPurposeGiftedPremium constructor
const
StorePaymentPurposeGiftedPremium({})
The user gifted Telegram Premium to another user
Implementation
const StorePaymentPurposeGiftedPremium({
required this.userId,
required this.currency,
required this.amount,
});