ToggleSupergroupJoinByRequest constructor
Toggles whether all users directly joining the supergroup need to be approved by supergroup administrators; requires can_restrict_members administrator right
Implementation
const ToggleSupergroupJoinByRequest({
  required this.supergroupId,
  required this.joinByRequest,
});