CreateNewSupergroupChat constructor
CreateNewSupergroupChat({})
Implementation
CreateNewSupergroupChat({
required this.title,
required this.isForum,
required this.isChannel,
required this.description,
this.location,
required this.messageAutoDeleteTime,
required this.forImport,
});