PhoneLeaveGroupCall constructor
const
PhoneLeaveGroupCall({
- required InputGroupCallBase call,
- required int source,
Phone Leave Group Call constructor.
Implementation
const PhoneLeaveGroupCall({required this.call, required this.source})
: super._();