MessageGiftedStars constructor
MessageGiftedStars({})
Implementation
MessageGiftedStars({
required this.gifterUserId,
required this.receiverUserId,
required this.currency,
required this.amount,
required this.cryptocurrency,
required this.cryptocurrencyAmount,
required this.starCount,
required this.transactionId,
this.sticker,
});