MessageGiftedStars constructor

MessageGiftedStars({
  1. required int gifterUserId,
  2. required int receiverUserId,
  3. required String currency,
  4. required int amount,
  5. required String cryptocurrency,
  6. required int cryptocurrencyAmount,
  7. required int starCount,
  8. required String transactionId,
  9. Sticker? sticker,
})

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,
});