MessageActionStarGiftUnique constructor

const MessageActionStarGiftUnique({
  1. required bool upgrade,
  2. required bool transferred,
  3. required bool saved,
  4. required bool refunded,
  5. required bool prepaidUpgrade,
  6. required bool assigned,
  7. required bool fromOffer,
  8. required bool craft,
  9. required StarGiftBase gift,
  10. int? canExportAt,
  11. int? transferStars,
  12. PeerBase? fromId,
  13. PeerBase? peer,
  14. int? savedId,
  15. StarsAmountBase? resaleAmount,
  16. int? canTransferAt,
  17. int? canResellAt,
  18. int? dropOriginalDetailsStars,
  19. int? canCraftAt,
})

Message Action Star Gift Unique constructor.

Implementation

const MessageActionStarGiftUnique({
  required this.upgrade,
  required this.transferred,
  required this.saved,
  required this.refunded,
  required this.prepaidUpgrade,
  required this.assigned,
  required this.fromOffer,
  required this.craft,
  required this.gift,
  this.canExportAt,
  this.transferStars,
  this.fromId,
  this.peer,
  this.savedId,
  this.resaleAmount,
  this.canTransferAt,
  this.canResellAt,
  this.dropOriginalDetailsStars,
  this.canCraftAt,
}) : super._();