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