PhoneInviteToGroupCall constructor
const
PhoneInviteToGroupCall({
- required InputGroupCallBase call,
- required List<
InputUserBase> users,
Phone Invite To Group Call constructor.
Implementation
const PhoneInviteToGroupCall({required this.call, required this.users})
: super._();