InputStorePaymentAuthCode constructor
const
InputStorePaymentAuthCode({})
Input Store Payment Auth Code constructor.
Implementation
const InputStorePaymentAuthCode({
required this.restore,
required this.phoneNumber,
required this.phoneCodeHash,
required this.premiumDays,
required this.currency,
required this.amount,
}) : super._();