PhoneDiscardGroupCall constructor

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

Phone Discard Group Call constructor.

Implementation

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