PhoneCheckGroupCall constructor

const PhoneCheckGroupCall({
  1. required InputGroupCallBase call,
  2. required List<int> sources,
})

Phone Check Group Call constructor.

Implementation

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