InputPrivacyValueDisallowUsers constructor

const InputPrivacyValueDisallowUsers({
  1. required List<InputUserBase> users,
})

Input Privacy Value Disallow Users constructor.

Implementation

const InputPrivacyValueDisallowUsers({required this.users}) : super._();