MessageSupergroupChatCreate constructor

const MessageSupergroupChatCreate({
  1. required String title,
})

A newly created supergroup or channel

Implementation

const MessageSupergroupChatCreate({
  required this.title,
});