PhoneGetGroupParticipants constructor

const PhoneGetGroupParticipants({
  1. required InputGroupCallBase call,
  2. required List<InputPeerBase> ids,
  3. required List<int> sources,
  4. required String offset,
  5. required int limit,
})

Phone Get Group Participants constructor.

Implementation

const PhoneGetGroupParticipants({
  required this.call,
  required this.ids,
  required this.sources,
  required this.offset,
  required this.limit,
}) : super._();