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