MessageSupergroupChatCreate constructor
const
MessageSupergroupChatCreate({
- required String title,
A newly created supergroup or channel
Implementation
const MessageSupergroupChatCreate({
required this.title,
});