MessageActionGiftTon constructor
const
MessageActionGiftTon({})
Message Action Gift Ton constructor.
Implementation
const MessageActionGiftTon({
required this.currency,
required this.amount,
required this.cryptoCurrency,
required this.cryptoAmount,
this.transactionId,
}) : super._();