UpdateNewGroupCallPaidReaction constructor
UpdateNewGroupCallPaidReaction({
- required int groupCallId,
- MessageSender? senderId,
- required int starCount,
Implementation
UpdateNewGroupCallPaidReaction({
required this.groupCallId,
this.senderId,
required this.starCount,
});