PhoneInviteConferenceCallParticipant constructor
const
PhoneInviteConferenceCallParticipant({
- required bool video,
- required InputGroupCallBase call,
- required InputUserBase userId,
Phone Invite Conference Call Participant constructor.
Implementation
const PhoneInviteConferenceCallParticipant({
required this.video,
required this.call,
required this.userId,
}) : super._();