ToggleSupergroupIsForum constructor
Toggles whether the supergroup is a forum; requires owner privileges in the supergroup. Discussion supergroups can't be converted to forums
Implementation
const ToggleSupergroupIsForum({
required this.supergroupId,
required this.isForum,
});