InputStorePaymentStarsTopup constructor
const
InputStorePaymentStarsTopup({
- required int stars,
- required String currency,
- required int amount,
- InputPeerBase? spendPurposePeer,
Input Store Payment Stars Topup constructor.
Implementation
const InputStorePaymentStarsTopup({
required this.stars,
required this.currency,
required this.amount,
this.spendPurposePeer,
}) : super._();