ToggleGeneralForumTopicIsHidden constructor
Toggles whether a General topic is hidden in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup
Implementation
const ToggleGeneralForumTopicIsHidden({
required this.chatId,
required this.isHidden,
});