copyWith method

Implementation

UpgradeBasicGroupChatToSupergroupChat copyWith({int? chatId}) =>
    UpgradeBasicGroupChatToSupergroupChat(chatId: chatId ?? this.chatId);