PhoneStartScheduledGroupCall constructor

const PhoneStartScheduledGroupCall({
  1. required InputGroupCallBase call,
})

Phone Start Scheduled Group Call constructor.

Implementation

const PhoneStartScheduledGroupCall({
  required this.call,
}) : super._();