PhoneGroupCall constructor

const PhoneGroupCall({
  1. required GroupCallBase call,
  2. required List<GroupCallParticipantBase> participants,
  3. required String participantsNextOffset,
  4. required List<ChatBase> chats,
  5. required List<UserBase> users,
})

Phone Group Call constructor.

Implementation

const PhoneGroupCall({
  required this.call,
  required this.participants,
  required this.participantsNextOffset,
  required this.chats,
  required this.users,
}) : super._();