StarTransactionTypePaidGroupCallReactionReceive constructor

StarTransactionTypePaidGroupCallReactionReceive({
  1. MessageSender? senderId,
  2. required int commissionPerMille,
  3. StarAmount? commissionStarAmount,
})

Implementation

StarTransactionTypePaidGroupCallReactionReceive({
  this.senderId,
  required this.commissionPerMille,
  this.commissionStarAmount,
});