PhoneInviteToGroupCall constructor

const PhoneInviteToGroupCall({
  1. required InputGroupCallBase call,
  2. required List<InputUserBase> users,
})

Phone Invite To Group Call constructor.

Implementation

const PhoneInviteToGroupCall({
  required this.call,
  required this.users,
}) : super._();