UpdateNewGroupCallPaidReaction constructor

UpdateNewGroupCallPaidReaction({
  1. required int groupCallId,
  2. MessageSender? senderId,
  3. required int starCount,
})

Implementation

UpdateNewGroupCallPaidReaction({
  required this.groupCallId,
  this.senderId,
  required this.starCount,
});