MessageChatUpgradeFrom constructor

const MessageChatUpgradeFrom({
  1. required String title,
  2. required int basicGroupId,
})

A supergroup has been created from a basic group

Implementation

const MessageChatUpgradeFrom({
  required this.title,
  required this.basicGroupId,
});