CreateNewSupergroupChat constructor
const
CreateNewSupergroupChat({})
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat
Implementation
const CreateNewSupergroupChat({
required this.title,
required this.isForum,
required this.isChannel,
required this.description,
this.location,
required this.messageAutoDeleteTime,
required this.forImport,
});