PhoneGetGroupCall constructor

const PhoneGetGroupCall({
  1. required InputGroupCallBase call,
  2. required int limit,
})

Phone Get Group Call constructor.

Implementation

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