PhoneInviteConferenceCallParticipant constructor

const PhoneInviteConferenceCallParticipant({
  1. required bool video,
  2. required InputGroupCallBase call,
  3. required InputUserBase userId,
})

Phone Invite Conference Call Participant constructor.

Implementation

const PhoneInviteConferenceCallParticipant({
  required this.video,
  required this.call,
  required this.userId,
}) : super._();