MessageActionStarGiftUnique constructor
const
MessageActionStarGiftUnique({
- required bool upgrade,
- required bool transferred,
- required bool saved,
- required bool refunded,
- required bool prepaidUpgrade,
- required bool assigned,
- required bool fromOffer,
- required bool craft,
- required StarGiftBase gift,
- int? canExportAt,
- int? transferStars,
- PeerBase? fromId,
- PeerBase? peer,
- int? savedId,
- StarsAmountBase? resaleAmount,
- int? canTransferAt,
- int? canResellAt,
- int? dropOriginalDetailsStars,
- 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._();