StarTransactionTypePaidGroupCallReactionReceive constructor
StarTransactionTypePaidGroupCallReactionReceive({
- MessageSender? senderId,
- required int commissionPerMille,
- StarAmount? commissionStarAmount,
Implementation
StarTransactionTypePaidGroupCallReactionReceive({
this.senderId,
required this.commissionPerMille,
this.commissionStarAmount,
});