PhoneLeaveGroupCall constructor

const PhoneLeaveGroupCall({
  1. required InputGroupCallBase call,
  2. required int source,
})

Phone Leave Group Call constructor.

Implementation

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